Does the .NET CLR Really Optimize for the Current Processor

前端 未结 7 450
耶瑟儿~
耶瑟儿~ 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:39

    .Net Framework Runtime Optimization Service optimizes not just programming issues (compiler's optimization) but also for processors.

提交回复
热议问题