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指令不属于主机处理器能够理解的集合,没有什么意义。