• 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 user of your script will never know the difference, except that the first invocation of Inline-enabled code takes a little time to complete the compilation of the embedded code.

    使用脚本用户不会看出其中的不同只不过第一调用使用内联代码时,程序将多花一点时间完成嵌入代码的编译

    youdao

  • In some cases, the "compilation" of your PHP code can far exceed the time required to execute the code.

    某些情况下,“编译php代码时间远远超过执行代码所需的时间。

    youdao

  • It dramatically reduces compilation time if, for example, you modify version info, runtime settings, resource files, icon/splash screen, etc.

    例如修改版本信息运行时设置资源文件图标/启动画面时,会极大地降低编译时间

    youdao

  • If you have created many MQTs, all of which can be used to satisfy a query, the compilation time of the query can increase.

    如果创建许多MQT(所有这些MQT都可以用于满足查询),那么查询编译时间增加。

    youdao

  • A basic interpreter has been implemented and is now used to evaluate cold paths, determined at compilation time using simple heuristics.

    我们实现一个基本解释器通过简单启发式方法编译计算代码中不常经过的路径

    youdao

  • An automated build that is useable by the entire team will reduce the time that team spends chasing down compilation and convergence issues.

    自动化构建将会减少团队编辑收集问题时间

    youdao

  • Because compilation happens at the same time as program execution, the time it takes to compile the code is added to the program's running time.

    因为程序执行进行编译,所以编译代码时间将计入程序执行时间。

    youdao

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

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

    youdao

  • Depending on the compilation time and how much faster the compiled code is than the interpreted code, small changes in the number of iterations can result in big differences in measured "performance."

    根据编译时间编译代码解释代码程度,即使迭代数量只做很小变化也可能造成测量的“性能”有极大差异

    youdao

  • Static compilation time initialization for data structures.

    数据结构静态汇编时间初始化

    youdao

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

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

    youdao

  • The benefits of custom compilation, the procedure, and some considerations at compile time

    定制编译好处过程编译一些考虑因素

    youdao

  • The initial version of HotSpot performed compilation one method at a time.

    HotSpot开始版本编译时候每次编译方法

    youdao

  • Additionally, the SRC folder from EmployeeListJPA needs to be added to the build path of the EmployeeListWeb project to avoid development-time compilation errors.

    另外来自EmployeeListJPAsrc文件夹需要添加至EmployeeList Web项目构建路径避免开发时汇编错误

    youdao

  • In our case it means, that classes defined in Warsaw project cannot be accessed in Global project at compilation time, so we cannot extend them or use them as regular class components.

    就意味着编译Global项目无法访问Warsaw项目中定义所以Global项目我们不能常规组件那样扩展使用Warsaw定义的类。

    youdao

  • Listing 2 contains a program that generates the compilation-time error message that happens when you try to add the wrong type of element to a generic collection - a List in this case.

    尝试集合(例中为List)添加错误类型元素清单2中的程序会生成编译错误消息

    youdao

  • ITDs allows Roo to generate code in a separate compilation unit, but ITDs are combined into the same compiled class at compilation time.

    ITDs允许Roo一个单独编译单元生成代码ITDs编译合并同一个编译

    youdao

  • One of the exciting new features of JRuby 1.1 is the ahead of time (AOT) compilation support.

    1的令人激动特性就是提前(aheadoftime,即AOT)编译的支持。

    youdao

  • Interactive performance is best covered by static compilation because no run-time compilation activity interferes with the user's response-time expectations.

    静态编译可以产生最佳交互式性能因为没有运行时编译行为影响用户预期响应时间。

    youdao

  • An optimization like this would not be possible in a statically compiled environment because the information about lock usage patterns is not available at static compilation time.

    这样优化静态编译环境中是不可能的,因为关于使用模式信息静态编译时得不到。

    youdao

  • A publishing house offered me a part-time job in compilation and revision.

    一个出版社给了编辑校对兼职工作

    youdao

  • AOT compilation makes heuristic decisions to select candidate methods that will improve future startup time.

    AOT编译通过启发式决策选择候选方法这会进一步改进启动速度。

    youdao

  • I guessed that the just-in-time compilation probably had some startup overhead that swamped the running time.

    猜测大概即时编译所需启动开销拖累运行时间。

    youdao

  • DB2 checks this variable at compilation timenot at run-time.

    DB 2编译时而不是运行检查变量

    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

  • As compared to '-o', this option increases both compilation time and the performance of the generated code.

    -O选项相比,这个选项会增加编辑时间合成码性能

    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

  • Currently, just in time compilation in JRuby is restricted to 2048 methods, ahead of time compiling can help to mitigate that restriction.

    现在JRuby2048个方法采用即时编译,而提前编译减轻一限制

    youdao

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

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

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