• 具有活动JIT编译JVM中,会通过不断编译编译代码边缘部分”,直到转换次数不会影响性能为止,最终消除这种代价

    In a JVM with an active JIT compiler, this cost is eventually eliminated by compiling "around the edges" of the compiled code until the number of transitions is too small to impact performance.

    youdao

  • 开发人员应当处理语言元素、进行编译准备以及编译链接执行程序时与编程团队进行沟通

    Developers should communicate with programming teams on working with language elements, preparing for compilation, and compiling, linking and executing programs.

    youdao

  • 动态编译器而言,编译自身作出决策对于静态编译器,由开发人员作出选择

    For dynamic compilers, the compiler itself makes this decision, whereas for static compilers, the selection is up to the developer.

    youdao

  • 编译运行次数很难预测JVM按照自己的想法解释代码切换编译代码而且运行期间相同的代码路径可能编译、重新编译不止一次

    The compiler runs at less predictable times, the JVM switches from interpreted to compiled code at will, and the same code path may be compiled and recompiled more than once during a run.

    youdao

  • 动态编译通过最终编译所有JIT编译代码频繁调用那些解释过的方法减少这项开销但是如果不使用动态编译器,则这项开销就不可避免。

    A dynamic compiler mitigates this cost by eventually compiling all the interpreted methods that are frequently called by JIT compiled code, but without a dynamic compiler, this cost can't be hidden.

    youdao

  • 这些示例程序同时编译编译形式提供。

    These samples come in both compiled and uncompiled forms.

    youdao

  • 同一个应用程序中,不能使用THREAD编译选项编译程序使用默认NOTHREAD编译器选项编译的程序混合在一起。

    You cannot mix programs compiled using THREAD compiler option and programs compiled using the default NOTHREAD compiler option in the same application.

    youdao

  • JIT编译选择编译方法是不是优点很难说,取决于编译给定情形推断能力好坏。

    Having the JIT compiler choose the methods to be compiled may or may not be an advantage, depending on how well the compiler's heuristics work in a given situation.

    youdao

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

    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.

    youdao

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

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

    youdao

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

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

    youdao

  • 内核编译系统首先编译这些模块,并将其连接成为vermagic . o。

    The kernel build system compiles the module first and then links to vermagic.o.

    youdao

  • 由于程序执行进行编译AOT编译必须谨慎对待编译代码所引用字段方法

    By compiling before the program executes, the AOT compiler must be conservative about classes, fields, and methods referenced by the code it compiles.

    youdao

  • 编译器在其中放置编译输出目录

    The directory where the compiler puts the compiled output.

    youdao

  • 经常使用方法采用较低优化级别进行编译这样编译完成得很快产生显著性能收益

    The less frequently used methods are compiled at lower optimization levels, which are designed to complete quickly and produce a significant performance gain.

    youdao

  • 这个工具输入应用程序源代码使用某些编译选项编译二进制文件

    The input for this tool is the application's source code and the resulting binaries compiled with certain compiler options enabled.

    youdao

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

    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.

    youdao

  • 编译编译过程会将其编译语法

    The first pass of the compiler turns this into a syntax tree.

    youdao

  • ccache _PREFIX定义了当c cache调用真实编译编译文件(预处理之后)使用的前缀。

    CCACHE_PREFIX defines a prefix to use when ccache calls the true compiler to compile the source (after preprocessing).

    youdao

  • 接下来,生成源代码经过其他标准编译编译并使用IKVM引用生成MSIL字节码。

    The resulting source code then passes through the rest of the standard compiler phases producing MSIL byte-code with IKVM library references.

    youdao

  • 因此如果选择性地编译方法,则必须谨慎操作使编译方法编译方法的转换最小化

    So if methods are selectively compiled, care must be taken to minimize transitions from compiled methods to methods that aren't compiled.

    youdao

  • 如果使用THREAD编译选项编译包含不恰当元素程序,则会将这些元素标记错误

    If you compile the program containing unwanted elements with the THREAD compiler option, they are flagged as errors.

    youdao

  • 强制使用静态类型通常需要编译器,编译步骤必然会降低生产力

    Enforcing static typing usually requires a compiler, and that compile step can absolutely crush productivity.

    youdao

  • 按次序调用底层编译编译C/C++

    It serially invokes the underlying compiler to compile C/C++ sources.

    youdao

  • 刚刚做完了BEGINEND编译这样整个编译器就完成了。

    I just finished up compilation on BEGIN and END blocks, which brings the compiler to completion.

    youdao

  • 静态语言中编译器在编译直接调用绑定实现

    You've seen that with static languages, the compiler directly binds an invocation to an implementation at compile time.

    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

  • 本地编译编译与本机同类处理器指令

    A native compiler compiles instructions for the same sort of processor as the one it is running on.

    youdao

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

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

    youdao

  • 使用AspectJ 完成这个操作,必须使用ajc编译器来编译Aspect代码

    To do this using AspectJ, you must compile your class and aspect code with the ajc compiler.

    youdao

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

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

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