IT first shows JIT compilations.
它首先展示了JIT编译。
The Just-in- time (JIT) compiler
即时(Just-in-time,JIT)编译器
那么JIT编译器就启用了。
Enable block inlining within the jit.
在JIT中可以使用block内嵌(block inlining)功能。
Dealing with a JIT related problem.
处理与JIT有关的问题。
The role of the C + + and JIT optimizer.
C++和JIT优化器的作用。
JIT compiler to accelerate running Ruby code.
加速Ruby代码运行速度的JIT编译器。
Not all JIT compilers generate the code as above.
不是所有的JIT编译器都生成如上代码。
See Resources for more details on JIT compilation.
有关 JIT 编译的更多详细信息,请参阅 参考资料。
One of these is the activity of the Just-in-time (JIT) compiler.
其中之一就是即时(JIT)编译器的活动。
JIT is the most important JVM component in terms of performance.
就性能而言,JIT是最重要的JVM组件。
To my knowledge, no perfect way to detect JIT compilation exists.
根据我的知识,还没有探测JIT编译是否发生的完美方法。
The JIT approach seemed promising, but it had some drawbacks.
JIT技术看起来很有前途,但是它有一些不足。
The JVM performs JIT compilation of byte code into machine code.
JVM可将字节代码即时编译为机器代码。
It also holds activation frames for JIT compiled code (with a twist).
它掌握所有JIT编译后代码的活动帧。
We also believed that LLVM was a more robust JIT than it turned out to be.
我们也坚信LLVM是一个更加健壮的JIT,起码比现在看起来应该健壮很多。
Instead, the code is either interpreted or dynamically compiled by the JIT.
相反,这些代码将会由JIT解释或动态编译。
In some cases it's clear from the nature of the problem that the JIT is at fault.
在某些情况下,从问题的特性可以很清楚地看出就是JIT的问题。
Graph showing JIT compilations, class loader information, and garbage collection.
展示JIT编译、类加载器信息和垃圾收集的图形。
Default JIT compilation, whereby the JIT compiler thread runs at low priority.
默认JIT编译,JIT编译器线程在较低优先级上运行。
Once the method is compiled, the next call to the method runs the JIT compiled version.
方法编译之后,对方法的下一次调用会运行JIT编译的版本。
The last line disables the JIT compiler for the remainder of application execution.
最后一行为应用程序的其余执行部分禁用JIT编译器。
In some RT environments, however, even the presence of the JIT compiler is unacceptable.
但是,在一些RT环境中,出现JIT编译器是不可接受的。
This pseudo code is not only possible, but is exactly what happens on some JIT compilers.
这段伪代码不仅是可能的,而且是一些JIT编译器上真实发生的。
Although platform neutrality is maintained with JIT compilation, it comes at a price.
尽管通过JIT编译保持了平台无关性,但是付出了一定代价。
JIT diagnostics can be a time consuming procedure requiring high level of technical expertise.
JIT诊断可能是一个非常耗时的过程,需要高级的专门技术。
The IBM JIT compiler USES a sequence of expression trees to represent the method's operations.
IBMJIT编译器使用一个表达式树序列表示方法的操作。
In fact, most modern JIT compilers also support recompiling methods that are found to be very hot.
事实上,大部分现代的JIT编译器也支持重编译被认为是热方法的方法。
Reducing the length of these methods can make them more amenable to optimization by a JIT compiler.
而缩短这些方法的长度有助于使JIT编译器更易于优化它们。
Because of this, changes to the JIT can have a significant impact on previously compiled assemblies.
由于这个原因,对JIT的改变会极大地影响之前编译好的程序集。
应用推荐