This counter is updated at the end of every JIT compilation phase.
在每一jit编译阶段的结尾更新此计数器。
The MMI threshold count can be lowered to speed up JIT compilation of a method or increased to achieve an opposite effect.
可以减小mmi上限计数器,从而加速JIT编译一个方法的过程;或者增大它以达到相反的效果。
In many cases, the dynamic JIT compilation is faster than the virtual machine interpretation.
在许多情况下,虚拟机动态jit编译速度比解释。
Displays the percentage of elapsed time spent in JIT compilation since the last JIT compilation phase.
显示自上次JIT编译阶段后在JIT编译中所用的运行时间的百分比。
The JVM performs JIT compilation of byte code into machine code.
JVM可将字节代码即时编译为机器代码。
Default JIT compilation at low priority with Ahead-of-time (AOT) compiled code used initially.
较低优先级上的默认JIT编译,在最初使用了提前(Ahead - of - time,AOT)编译代码。
JIT compilation can be used for softer RT scenarios where compilation can occur when no higher priority work needs to be done.
JIT编译可用于软rt场景,其中编译将在不需要执行高优先级任务时发生。
Although JIT compilation provides some advantages for speeding up execution, it does so at the cost of larger amounts of memory.
虽然JIT编译为加快执行提供了一些优势,但是这是以巨大的内存为代价进行的。
IT may include JVM Settings such as disabling bytecode verification and reducing JIT compilation costs.
它还可能包括JVM设置,比如,禁用字节码验证和减少JIT编译成本。
The operations have been slowed down because the quality of the code generated by a forced JIT compilation before the methods have been invoked is typically lower than that of fully exercised code.
操作变慢了,原因在于在调用方法之前强制执行JIT编译所生成的代码质量比完整编译的代码质量要低很多。
Trying to skip basic JIT compilation of certain methods that the JIT compiled into some of the ISA instructions not belonging to the set understood by the host processor hardly makes sense.
尝试忽略对某些方法的基本JIT编译,因为那样编译得到的一些IS A指令不属于主机处理器能够理解的集合,没有什么意义。
A new Ahead-of-time (AOT) compilation technology (not shown in Figure 1) has also been introduced to provide harder RT performance in systems where JIT compilation is inappropriate.
同样还引入了新的Ahead - of - time (AOT)编译技术(图1没有显示),为不适合使用JIT编译的系统提供了硬rt性能。
JIT compilation removed the overhead of interpretation (at the expense of some additional startup cost), but the level of code optimization was mediocre for several reasons.
JIT消除了解释的负担(以额外的启动成本为代价),但是由于若干原因,代码的优化等级仍然是一般般。
A JIT compilation phase occurs when a method and its dependencies are compiled.
JIT编译阶段在编译方法及其依赖项时出现。