• As more methods are compiled and the JIT spends less time performing compilations, the performance curve grows and finally begins to reach peak performance.

    随着编译方法的增多JIT执行编译所需时间的缩短,性能曲线逐渐升高最后达到性能峰值

    youdao

  • First, the time taken by the JIT to analyze and compile the code path is included in the runtime of the test.

    首先,测试运行时间当中包含JIT用于分析编译代码路径所花时间

    youdao

  • However, the JIT compiler must also carefully balance the time it takes to compile a program because that time adds to the program's execution time.

    然而JIT编译必须注意抵消编译程序消耗时间因为这些时间将延长程序执行时间。

    youdao

  • Over time Hotspot and the JIT will convert the interpreted code into native code using profiling information.

    随着时间的流逝,HotspotJIT根据收集的信息解释型代码转化为本机代码。

    youdao

  • No warmup was performed, and it made no account for the time taken by JIT execution.

    没有进行热身(warmup),没有考虑JIT执行所花时间

    youdao

  • But JIT compilers have only a limited compile-time budget and can impact the program's run-time performance.

    但是JIT编译器具一个有限编译预算而且影响程序运行时性能

    youdao

  • In an RT environment, however, the JIT compiler introduces an unpredictable run-time behaviour that wreaks havoc on worst-case execution time analysis.

    然而RT环境中JIT编译器引入了不可预知的运行时行为将严重影响最坏情况时执行时间分析。

    youdao

  • JIT diagnostics can be a time consuming procedure requiring high level of technical expertise.

    JIT诊断可能一个非常耗时过程需要高级的专门技术

    youdao

  • Native code is compiled (and can be recompiled) by a Just-in-time (JIT) compiler while the application runs, based on which classes and methods are invoked frequently.

    本机代码应用程序运行即时(JIT)编译编译(而且可以重新编译),基于经常调用方法

    youdao

  • The loop I used here should be a minor defect, because any decent Just-in-time (JIT) compiler will perform loop unrolling, which lessens the impact.

    这里使用循环应该算是一个缺陷但是影响不大,因为所有即时JIT编译器都会执行循环展开,这会降低循环的影响。

    youdao

  • If the problem does not happen at all on single-processor system even with JIT enabled, then it is likely to be a problem not related to JIT, but to time-dependent logic error in application.

    如果这个问题即使启用JIT单处理器系统也不会出现那么这个问题可能JIT无关而是与应用程序中的时间相关逻辑有关。

    youdao

  • JIT debugging is usually a complex and time-consuming procedure.

    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

  • 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

  • The goal is either to avoid the JIT compiler's run-time performance or memory cost or to avoid the interpreter's early performance overhead.

    目的在于避免JIT编译器运行性能消耗内存消耗或者避免解释程序早期性能开销

    youdao

  • One of these is the activity of the Just-in-time (JIT) compiler.

    其中之一就是即时(JIT)编译器活动

    youdao

  • To reduce these performance problems, second generation JVMs added just-in-time (JIT) translation.

    为了减少这些性能问题第二j VM添加了即时(just - in - time,JIT)转换

    youdao

  • When first developed in Japan in the 1970s, the idea of just-in-time (JIT) marked a radical new approach to the manufacturing process.

    适时生产(JIT)理念最早出现70年代日本标志着生产过程一个划时代的进步。

    youdao

  • More detailed planning, if required, will be done on a just-in-time (JIT) basis by the individual(s) doing the work.

    如果需要这项工作及时(just-in-timeJIT)的基础上进行详细计划

    youdao

  • But HATEOAS is based on the notion of progressive description I guess another good term might be JIT Protocol description (Just In Time).

    HATEOAS基于逐步进展描述观念认为一个更好的术语应当即时协议描述(JustInTime)。

    youdao

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

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

    youdao

  • The Just-in- time (JIT) compiler

    即时(Just-in-timeJIT)编译器

    youdao

  • Psyco — to keep it very shortis a just-in-time (JIT) compiler of Python code into (x86) machine code.

    Psyco可以保持代码非常简短(x86)机器代码中的一个JITPython代码编译器

    youdao

  • WebSphere Real Time does not currently permit the mixing of dynamic JIT compiling and precompiled code.

    WebSphereRealTime目前允许混合使用动态JIT编译预先编译代码

    youdao

  • Per Apple's iPhone policy, no application can include code that requires Just-in-Time (JIT) compilation.

    根据苹果iPhone政策任何应用程序都不能包含需要JIT编译代码

    youdao

  • 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通常会运行代码段时间(常常是纯解释式运行),从而收集剖析信息(参见参考资料)。

    youdao

  • Just-in-time (JIT) techniques are sometimes referred to as just-in-time production, just-in-time purchasing and just-in-time delivery.

    准时技术有时称为准时制生产、准时制采购准时制交付

    youdao

  • The dynamic JIT compiler that WebSphere Real Time USES has been specially adapted for use in RT systems.

    WebSphereRealTime使用动态jit编译针对RT系统中的使用进行专门调整

    youdao

  • Dell adopted a process Toyota used first in the 1960s called the Just-in-Time (JIT) method.

    戴尔公司采用丰田公司20世纪60年代第一次使用适时反应模式。

    youdao

  • Starting with the connotation of just in time(JIT) , this paper introduces completely the organization of promoting JIT, the way to apply it and its effect in Guangzhou Hitachi Elevator Co.

    准时生产(JIT内涵入手,全面介绍广州日立电梯有限公司推进JIT生产的组织,实施JIT生产所采取具体方法、措施及其成效

    youdao

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

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

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