A very nice goody provided by just-in-time compilation.
通过即时编译提供了一个很好的人。
I guessed that the just-in-time compilation probably had some startup overhead that swamped the running time.
我猜测大概是即时编译所需的启动开销拖累了运行时间。
A link demand causes a security check during just-in-time compilation and checks only the immediate calling assembly of your code.
链接要求导致在实时编译过程中进行安全检查,并且只检查您的代码的直接调用程序集。
A running JVM executes bytecode by translating it on the fly into machine code that its host will understand, a process called just-in-time compilation.
运行中的JVM靠快速把字节码转换成宿主能理解的机器码执行字节码,这个过程叫即时编译。
These statistics dispense data on the basic JVM features, such as Just-In-Time (JIT) compilation, class loading, memory allocation, and most interestingly, garbage collection.
这些统计信息涉及诸如即时 (JIT)编译、类加载、内存分配以及最有趣的垃圾收集之类基本的JVM特性。
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),将字节码在运行时转换成原生码,或者其他方法将会在以后出现,所以更多的性能提升仍然值得期待。
Per Apple's iPhone policy, no application can include code that requires Just-in-Time (JIT) compilation.
根据苹果的iPhone政策,任何应用程序都不能包含需要JIT编译的代码。
Modern JVMs typically let code run for a while (usually purely interpreted) in order to gather profiling information before doing Just-in-time (JIT) compilation (see Resources).
在执行即时(Just - in - time,JIT)编译之前,现代的JVM通常会运行代码一段时间(常常是纯解释式运行),从而收集剖析信息(参见参考资料)。
Currently, just in time compilation in JRuby is restricted to 2048 methods, ahead of time compiling can help to mitigate that restriction.
现在JRuby中有2048个方法采用即时编译,而提前编译能减轻这一限制。
InfoQ: do you see other vendors following the example of Mozilla, with just-in-time native code compilation?
InfoQ:其他厂商有没有仿效Mozilla,即时编译本地代码呢?
Often people compare this to the relationship between JIT (Just-In-Time) and static compilation, but this comparison would often confuse me, as both have more than practical implementations.
人们经常将JIT(及时)之间的关系和静态编译,但是这比较常常迷惑我,都有多的实用的实现。
I took the ExpressionEvaluator I wrote as example for the first post about this topic, and then I edited a bit the code adding just in time AS Bytecode 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)编译。
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)编译。
应用推荐