• See Resources for more details on JIT compilation.

    有关 JIT 编译的更多详细信息,请参阅 参考资料。

    youdao

  • The JVM performs JIT compilation of byte code into machine code.

    JVM可将字节代码即时编译机器代码。

    youdao

  • To my knowledge, no perfect way to detect JIT compilation exists.

    根据知识还没有探测JIT编译是否发生的完美方法

    youdao

  • This counter is updated at the end of every JIT compilation phase.

    每一jit编译阶段结尾更新计数器

    youdao

  • Default JIT compilation, whereby the JIT compiler thread runs at low priority.

    默认JIT编译JIT编译线程较低优先级上运行

    youdao

  • A JIT compilation phase occurs when a method and its dependencies are compiled.

    JIT编译阶段编译方法及其依赖项出现

    youdao

  • Although platform neutrality is maintained with JIT compilation, it comes at a price.

    尽管通过JIT编译保持平台无关性,但是付出了一定代价。

    youdao

  • Bochs's internal instruction cache provides a nice trade-off to traditional JIT compilation.

    Bochs内部指令缓存传统JIT编译进行了好的权衡

    youdao

  • Default JIT compilation at low priority with Ahead-of-time (AOT) compiled code used initially.

    较低优先级上的默认JIT编译最初使用了提前(Ahead - of - time,AOT)编译代码

    youdao

  • In many cases, the dynamic JIT compilation is faster than the virtual machine interpretation.

    许多情况下虚拟动态jit编译速度解释

    youdao

  • IT may include JVM Settings such as disabling bytecode verification and reducing JIT compilation costs.

    还可能包括JVM设置比如禁用字节码验证减少JIT编译成本

    youdao

  • Displays the percentage of elapsed time spent in JIT compilation since the last JIT compilation phase.

    显示上次JIT编译阶段后JIT编译中所用运行时间百分比

    youdao

  • The MMI threshold count can be lowered to speed up JIT compilation of a method or increased to achieve an opposite effect.

    可以减小mmi上限计数器从而加速JIT编译一个方法过程;或者增大达到相反效果

    youdao

  • JIT compilation can be used for softer RT scenarios where compilation can occur when no higher priority work needs to be done.

    JIT编译用于rt场景其中编译将在需要执行高优先任务发生

    youdao

  • Although JIT compilation provides some advantages for speeding up execution, it does so at the cost of larger amounts of memory.

    虽然JIT编译加快执行提供了一些优势但是这是以巨大内存代价进行的。

    youdao

  • The goal was an ambitious one; to port the LLVM runtime framework as the CPython interpreter, and merge it in with an option to turn on the checks for JIT compilation.

    目标曾经多么野心勃勃引入LLVM运行时架构作为CPython解释器然后作为一个选项能够JIT编译的时候打开

    youdao

  • Moreover, more methods can be AOT compiled than a JIT compiler might decide to compile, which can also result in better performance with AOT compilation than JIT compilation.

    此外AOT能够JIT编译编译更多方法,因此aot编译JIT编译产生更好性能

    youdao

  • 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消除了解释负担额外启动成本代价),但是由于若干原因代码优化等级仍然一般般。

    youdao

  • 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性能

    youdao

  • 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指令属于主机处理器能够理解集合没有什么意义。

    youdao

  • 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编译所生成代码质量完整编译的代码质量要低很多

    youdao

  • Dynamic code generation - Because dynamic code generation depends on the JIT Compiler, there is no support for any dynamic language compilation.

    动态代码生成——因为动态代码生成依赖JIT编译器,所以任何动态语言编译的过程不能支持

    youdao

  • 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),字节运行时转换成原生码,或者其他方法将会以后出现,所以更多性能提升仍然值得期待。

    youdao

  • Dynamic class loading, which is a challenge for the dynamic JIT compiler, is an even more significant issue for AOT compilation.

    动态加载动态jit编译器面临挑战也是AOT编译的一个重要问题

    youdao

  • Because runtime compilation USES profiling data to guide its optimization, the JIT may well optimize the test code differently than it would real code.

    因为运行时编译使用概要数据指导优化所以JIT测试代码优化可能不同实际代码的优化。

    youdao

  • 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特性

    youdao

  • When the threshold count for a method reaches zero (0) the method becomes eligible for compilation into native code by JIT.

    一个方法上限计数器达到(0)时,可以使用JIT这个方法编译成本代码了。

    youdao

  • The indirection, which is based on "advanced compilation techniques (like abstract bytecode)" results in one master class and several anonymous, JIT enabled support classes.

    间接产物基于高级编译技术类似抽象字节码)”,会产生一个几个匿名类、以及一些启用JIT支持

    youdao

  • The JIT compiler is selective about which code it compiles so that the time it takes to do the compilation is likely to be made up by the improvements to the code's performance.

    JIT编译器将选择编译代码这样花费编译时间可能通过代码性能的改进得到补偿

    youdao

  • The JIT compiler operates on a compilation thread that's separate from the application threads so that the application doesn't need to wait for a compilation to occur.

    JIT编译操作编译线程应用程序线程分开的,因此应用程序需要等待编译的执行

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定