Native code is compiled (and can be recompiled) by a Just-in-time (JIT) compiler while the application runs, based on which classes and methods are invoked frequently.
本机代码在应用程序运行时由即时(JIT)编译器编译(而且可以重新编译),基于经常调用的类和方法。
The loop I used here should be a minor defect, because any decent Just-in-time (JIT) compiler will perform loop unrolling, which lessens the impact.
这里使用的循环应该算是一个缺陷,但是影响不大,因为所有即时(JIT)编译器都会执行循环展开,这会降低循环的影响。
One of these is the activity of the Just-in-time (JIT) compiler.
其中之一就是即时(JIT)编译器的活动。
Psyco — to keep it very short — is a just-in-time (JIT) compiler of Python code into (x86) machine code.
Psyco可以保持代码非常简短;它是(x86)机器代码中的一个JITPython代码编译器。
The Just-in- time (JIT) compiler
即时(Just-in-time,JIT)编译器
How you provide this information depends upon whether you compile with the JIT (Just-in-Time) compiler or the AOT (Ahead-of-Time) compiler.
你如何提供这些信息取决于你使用的是JiT(即时)编译器还是AoT(预先)编译器。
The runtime can use native images from the cache instead using the just-in-time (JIT) compiler to compile the original assembly.
运行时可从缓存中使用本机映像,而不是使用实时(JIT)编译器编译原始程序集。
The garbage collector has access to the list of active roots that the just-in-time (JIT) compiler and the runtime maintain.
垃圾回收器可以访问由 实时 (JIT)编译器和运行时维护的活动根的列表。
The runtime can use native images from the cache instead of using the just-in-time (JIT) compiler to compile the original assembly.
运行时可从缓存中使用本机映像,而不必使用实时(JIT)编译器编译原始程序集。
At execution time, a just-in-time (JIT) compiler translates the MSIL into native code.
在执行时,实时(JIT)编译器将MSIL翻译为本机代码。
At execution time, a just-in-time (JIT) compiler translates the MSIL into native code.
在执行时,实时(JIT)编译器将MSIL翻译为本机代码。
应用推荐