例如,编译器是否知道要翻译
string s = "test " + "this " + "function";
至
string s = "test this function";
从而避免字符串连接的性能损失?
.net c# optimization performance
.net ×1
c# ×1
optimization ×1
performance ×1