• I would make a change, and sometimes my build would fail with compilation errors or linking errors, but not on my code.

    如果一个变更有时候构建由于编译错误或者连接错误而失败但是不是由于我的代码

    youdao

  • This makes it easier for a debugger to identify which compilation unit created the code at a particular memory address.

    使得调试器可以容易确定一个编译单元某个特定内存地址创建代码

    youdao

  • Because this example focuses on publishing, these two methods are not used by the example client; however, skeletal implementations are required for successful code compilation.

    由于示例侧重发布,所以示例客户机没有使用两个方法然而骨架实现还是成功代码编译所必需

    youdao

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

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

    youdao

  • To compile the code, generate some JCL to execute the compilation job.

    编译段代码需要生成一些JCL执行编译任务

    youdao

  • When the threshold count for a method reaches zero (0) the method becomes eligible for compilation into native code by JIT.

    一个方法上限计数器达到(0)时,可以使用JIT这个方法编译成本代码了。

    youdao

  • Dynamic code generation - Because dynamic code generation depends on the JIT Compiler, there is no support for any dynamic language compilation.

    动态代码生成——因为动态代码生成依赖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

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

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

    youdao

  • Because runtime compilation USES profiling data to guide its optimization, the JIT may well optimize the test code differently than it would real code.

    因为运行时编译使用概要数据指导优化所以JIT测试代码优化可能不同实际代码的优化。

    youdao

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

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

    youdao

  • 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

  • Compilation: Compile the file to produce an object file for the code.

    编译文件生成代码目标文件。

    youdao

  • If the code violated the style policy the code compilation failed, i.e. the developer was not able to deliver the result.

    如果代码违反风格政策,则无法通过编译开发人员无法交付工作。

    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

  • The generated code might contain compilation errors.

    生成代码可能包含有编译上错误

    youdao

  • If runtime compiler (JIT) is supported, the VM needs to do JIT related initialization, including initializing the compilation policy, compiler back end, code cache, etc.

    如果支持运行时编译,CVM需要JIT相关初始化,包括初始编辑策略,编译器代码缓存等等。

    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

  • As it executes, it gathers profiling data, used to decide which code sections are being executed frequently enough to merit compilation.

    HotSpot执行时,搜集性能分析数据用来决定哪个代码执行得足够频繁,值得编译。

    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

  • Native code compilation for rt.

    RT中的本地代码编译

    youdao

  • Historical applications (that is, horribly outdated legacy code) sometimes refer to these directly, but produce errors during compilation because they're declared inconsistently.

    历史应用程序(过时遗留代码)有时会直接引用这些全局变量,编译过程中产生错误因为它们声明并不一致

    youdao

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

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

    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

  • Because you're looking at the opcodes generated during the compilation stage, you get to see the code after Perl's own internal optimizations have been applied.

    因为正在查找编译过程生成字节码,所以可以看到代码经过Perl自己内部优化后的结果。

    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

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

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

    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

  • 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

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

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

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