• A very nice goody provided by just-in-time compilation.

    通过即时编译提供了一个好的

    youdao

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

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

    youdao

  • A link demand causes a security check during just-in-time compilation and checks only the immediate calling assembly of your code.

    链接要求导致实时编译过程中进行安全检查并且检查代码直接调用程序集

    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

  • A running JVM executes bytecode by translating it on the fly into machine code that its host will understand, a process called just-in-time compilation.

    运行中的JVM快速把字节转换宿主理解的机器码执行字节码,这个过程即时编译。

    youdao

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

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

    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

  • For regular expressions that are used frequently, the one-time compilation penalty is insignificant because a significant improvement in execution time is possible.

    对于常用正则表达式一次性编译损失无关紧要,这是因为执行可能有显著改进

    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 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 can also remove many issues that are related to compilation, classpath, or properties; these issues can cost a lot of project time and money.

    可以消除编译类路径属性相关很多问题这些问题可能耗费大量项目时间资金。

    youdao

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

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

    youdao

  • An important compilation task is to convert attribute value templates into an efficient structure for evaluation at run time.

    一个重要编译任务属性模板转换有效结构以便运行求值

    youdao

  • Because of the compilation overhead involved this may actually increase the amount of time it takes for your program to run up to the point where problem occurs.

    由于采用这种方法所引起编译负载可能会实际增加程序运行出现问题地方需要时间

    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

  • 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

  • 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

  • Here, software such as the Zend Engine takes the time to optimize the opcodes produced during compilation, literally reducing the amount of work that the code performs.

    此处Zend Engine之类软件优化编译过程中产生操作码,理论上会减少代码执行工作总量

    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

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

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

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