just-in-time jit compiler的意思|示意

美 / / 英 / /

即时jit编译器


just-in-time jit compiler的网络常见释义

即时编译器 即时(jit)编译器

just-in-time jit compiler相关例句

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)编译器都会执行循环展开,这会降低循环的影响。

The Just-in- time (JIT) compiler

即时(Just-in-time,JIT)编译器

One of these is the activity of the Just-in-time (JIT) compiler.

其中之一就是即时(JIT)编译器的活动。

The garbage collector has access to the list of active roots that the just-in-time (JIT) compiler and the runtime maintain.

垃圾回收器可以访问由 实时 (JIT) 编译器和运行时维护的活动根的列表。

At execution time, a just-in-time (JIT) compiler translates the MSIL into native code.

在执行时,实时(JIT)编译器将MSIL翻译为本机代码。

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(预先)编译器。