阅读背景:

.NET CLR是否真的针对当前处理器进行了优化

来源:互联网 

When I read about the performance of JITted languages like C# or Java, authors usually say that they should/could theoretically outperform many native-compiled applications. The theory being that native applications are usually just compiled for a processor family (like x86), so the compiler cannot make certain optimizations as they may not truly be optimizations on all processors. On the other hand, the CLR can make processor-specific optimizations during the JIT process.When I read about the performance of JITted lan




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: