• There is no direct footprint benefit because each JVM still has a copy of the AOT executable but there are memory and CPU savings from being able to reuse this code rather than repeat the compilation.

    因为每个JVM仍然拥有AOT代码拷贝,所以这种实现方式对于内存使用量没有直接好处但是由于能够重用 AOT 代码并避免重复编译可以节省内存CPU

    youdao

  • Similarly, interactive applications can benefit from native code performance quickly without the cost of dynamic compilation that causes poor responsiveness.

    类似地交互式应用程序可以很快地本地代码中获益无需使用引起较差响应能力动态编译

    youdao

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

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

    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

  • The second message indicates that compilation has completed, and the hexadecimal address represents the starting offset of the machine code that will be executed each time the method is invoked.

    第二条消息说明编译过程已经完成了十六进地址表示每次调用这个方法时,执行的机器代码起始偏移量

    youdao

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

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

    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

  • Widget: a widget is a portable set of code that can be installed and executed within the HTML-based Web page without compilation.

    部件:小部件可移植代码可以基于HTMLweb页面安装执行它们不需要编译。

    youdao

  • The code to initialize and destroy the threads will be under #ifdef INTR_SIMULATION, so that under normal compilation this code will not affect the release version of the driver object.

    用来对这些线程进行初始化销毁代码都在 #ifdef INTR_SIMULATION 之下,这样普通模式编译代码不会影响驱动程序对象发行版本

    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

  • 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

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

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

    youdao

  • Using static compilation, the code in the library combines with the application (which can have the downside of making the executable very large).

    使用静态编译时中的代码应用程序合并在一起(从而使可执行文件变得庞大)。

    youdao

  • InfoQ: do you see other vendors following the example of Mozilla, with just-in-time native code compilation?

    InfoQ其他厂商有没有仿效Mozilla即时编译本地代码呢?

    youdao

  • The degree to which native code compilation affects application performance varies with the application, of course.

    当然本机代码编译对各个应用程序性能影响程度不尽相同。

    youdao

  • This tool either applies native code compilation to all methods of all classes in a JAR file or applies it selectively to the methods of interest.

    工具JAR文件所有所有方法应用本地代码编译,也可以选择性地对需要的方法应用本地代码编译。

    youdao

  • Either way, unless the programmer has access to the source code for class c, he will have no way of predicting when compilation errors would occur.

    无论是哪一种,除非程序员有权访问c源代码,否则无法预知何时会发生编译错误

    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

  • This is a compilation of time on the system code, for your reference.

    一个关于系统时间汇编代码,仅供大家参考。

    youdao

  • The United States Code is the official compilation of federal statutes under some fifty title headings.

    美国法典就是官方联邦法律汇编根据大约五十项条目编排

    youdao

  • Make was the tool of choice for scripting and managing code compilation. Sprinkle in a dash of batch files or shell scripts to add automation and you had a build process.

    描述管理代码编译过程,可供选择工具就是make,再加上零星几个处理文件或是shell脚本增加自动化程度的构建过程也就这样了。

    youdao

  • Moreover, for applications with large numbers of functions and classes, enabling Psyco application-wide adds a large burden in machine-code compilation and memory-usage for this caching.

    而且对于含有大量函数应用程序来说,在整个应用程序范围启用Psyco,会机器码编译用于高速缓存的内存使用方面增加大量的负担

    youdao

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

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

    youdao

  • Using the build target allows for the compilation of the code only.

    使用build目标允许代码编译

    youdao

  • Postfilters are used to process the compiled output of the template (the PHP code) immediately after the compilation is done but before the compiled template is saved to the filesystem.

    过滤器编译完成后,编译模板保存文件系统立即处理模板编译输出(PHP代码)。

    youdao

  • A compilation of language and the binary code conversion table, you can use the compiler design.

    一个汇编语言二进制代码转换可以编译器设计

    youdao

  • It briefly introduces the compilation of water area part of "Master Design Code of Fishery Port".

    简要介绍渔港总体设计规范水域部分编制情况。

    youdao

  • Decompilation is transforming a code in a lower-level language to a higher-level one - in effect, the opposite of compilation.

    编译转换代码一个低层次的语言高一效果编译相反

    youdao

  • Compilation of tutorial examples with source code has compiled more than detailed notes.

    汇编实例教程,内有汇编源代码多个详细注释说明

    youdao

  • The part of software refers to processing code generation and compilation, communication, human-machine operation and display, interpolation and system management procedures and so on.

    软件部分主要涉及加工程序代码生成编译通讯人机操作显示插补系统管理程序

    youdao

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

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

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