Just-in-time compilation的意思|示意
即时编译
Just-in-time compilation的网络常见释义
即时编译 即时编译(Just-in-time compilation) 即时编译,又名JIT,是指一种在执行时期把 字节码编译成原生 机器码的技术;这项技术是被用来改善虚拟机器的效能的。
实时编译 它提供了诸多的服务,比如实时编译(just-in-time compilation),内存管理和分配(memory management and allocation),类型安全强制(type safety enforcement),异常处理(exception handling),...
及时编译 且每一个网页都视为一个完全编译过的运行时(runtime)对象,并 能够享受面向对象设计、及时编译(Just-In-Time Compilation)、与动态缓存(Cache) 技术所带来的好处。
编译 实时编译(Just-in-time compilation,JIT) 开发人员编写的受控代码在被编译成MSIL之后,在运行时会被再编译为原生代码。
Just-in-time compilation相关短语
1、 JIT just-in-time compilation 即时编译
Just-in-time compilation相关例句
The runtime updates its metadata tables, places the new MSIL into the process, and sets up a just-in-time (JIT) compilation of the new MSIL.
运行时将更新其元数据表、将新MSIL置于进程中并设置对新MSIL的实时(JIT)编译。
I guessed that the just-in-time compilation probably had some startup overhead that swamped the running time.
我猜测大概是即时编译所需的启动开销拖累了运行时间。
Currently, just in time compilation in JRuby is restricted to 2048 methods, ahead of time compiling can help to mitigate that restriction.
现在JRuby中有2048个方法采用即时编译,而提前编译能减轻这一限制。
A very nice goody provided by just-in-time compilation.
通过即时编译提供了一个很好的人。
Optimizations such as Just In Time (JIT) compilation, turning bytecodes into native code at runtime, or others are still in the future, so more performance improvements are still to come.
众多优化手段,比如即时编译(JIT),将字节码在运行时转换成原生码,或者其他方法将会在以后出现,所以更多的性能提升仍然值得期待。
A link demand causes a security check during just-in-time compilation and checks only the immediate calling assembly of your code.
链接要求导致在实时编译过程中进行安全检查,并且只检查您的代码的直接调用程序集。