Does the .NET CLR Really Optimize for the Current Processor

前端 未结 7 449
耶瑟儿~
耶瑟儿~ 2020-12-23 10:45

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.

7条回答
  •  無奈伤痛
    2020-12-23 11:26

    From back in 2005, David Notario listed several specific targeted optimizations is his blog entry "Does the JIT take advantage of my CPU?". I can't find anything about the new CLR 4, but I imagine several new items are included.

提交回复
热议问题