Displays the percentage of elapsed time spent in jit compilation since the last jit compilation phase 显示自上次jit编译阶段后在jit编译中所用的运行时间的百分比。
For long - running applications , run - time jit compilation performs slightly better than native images 对于长时间运行的应用程序,运行时jit编译的性能略高于本机映像。
Options . if it is unable to find a matching native image , the runtime reverts to standard jit compilation 如果运行库无法找到匹配的本机映像,它将恢复为标准的jit编译。
At jit compilation time , the common language runtime does not usually have enough information about the target of a virtual call 在jit编译时,公共语言运行库通常没有关于虚调用的目标的足够信息。
Signature that are not supported by the . net compact framework will cause an exception to occur during the jit compilation process 签名中使用. net compact framework不支持的类型会导致jit编译过程中发生异常。
When the runtime executes this assembly , it reverts to jit compilation for the methods that were not included in the native image 当运行库执行此程序集时,对于那些不包括在本机映像中的方法,它将恢复为jit编译。
When the runtime executes this assembly , it will revert to jit compilation for the methods that were not included in the native image 当运行库执行此程序集时,对于那些不包括在本机映像中的方法,它将回转到jit编译。
Native images load faster than msil because they eliminate the need for many startup activities , such as jit compilation and type - safety verification 本机映像的加载速度比msil更快,因为本机映像不必执行很多启动操作,如jit编译和类型安全验证。
Therefore , it is more appropriate to use ngen . exe for client - side applications where you have determined that the cpu cycles consumed by jit compilation cause slower performance 因此,如果您已确定导致性能降低的原因在于客户端应用程序中jit编译所消耗的cpu周期,最好将ngen . exe用于客户端应用程序。
Trying to skip basic jit compilation of certain methods that the jit compiled into some of the isa instructions not belonging to the set understood by the host processor hardly makes sense 尝试忽略对某些方法的基本jit编译,因为那样编译得到的一些isa指令不属于主机处理器能够理解的集合,没有什么意义。