I would make a change, and sometimes my build would fail with compilation errors or linking errors, but not on my code.
如果我做一个变更,有时候我的构建会由于编译错误或者连接错误而失败,但是不是由于我的代码。
This makes it easier for a debugger to identify which compilation unit created the code at a particular memory address.
这使得调试器可以更容易地确定哪一个编译单元在某个特定内存地址创建了代码。
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.
由于本示例只侧重于发布,所以示例客户机没有使用这两个方法;然而,骨架实现还是成功的代码编译所必需的。
The degree to which native code compilation affects application performance varies with the application, of course.
当然,本机代码编译对各个应用程序的性能的影响程度不尽相同。
To compile the code, generate some JCL to execute the compilation job.
要编译这段代码,需要生成一些JCL以执行编译任务。
When the threshold count for a method reaches zero (0) the method becomes eligible for compilation into native code by JIT.
当一个方法的上限计数器达到零(0)时,就可以使用JIT将这个方法编译成本地代码了。
Dynamic code generation - Because dynamic code generation depends on the JIT Compiler, there is no support for any dynamic language compilation.
动态代码生成——因为动态代码生成依赖于JIT编译器,所以对任何动态语言编译的过程也不能支持。
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),将字节码在运行时转换成原生码,或者其他方法将会在以后出现,所以更多的性能提升仍然值得期待。
In some cases, the "compilation" of your PHP code can far exceed the time required to execute the code.
在某些情况下,“编译”php代码的时间会远远超过执行该代码所需的时间。
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对测试代码的优化可能不同于对实际代码的优化。
Similarly, interactive applications can benefit from native code performance quickly without the cost of dynamic compilation that causes poor responsiveness.
类似地,交互式应用程序可以很快地从本地代码中获益,无需使用引起较差响应能力的动态编译。
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。
Compilation: Compile the file to produce an object file for the code.
编译该文件,生成该代码的目标文件。
If the code violated the style policy the code compilation failed, i.e. the developer was not able to deliver the result.
如果代码违反了风格政策,则无法通过编译,即开发人员就无法交付工作。
The JVM performs JIT compilation of byte code into machine code.
JVM可将字节代码即时编译为机器代码。
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编译所生成的代码质量比完整编译的代码质量要低很多。
The generated code might contain compilation errors.
生成的代码可能包含有编译上的错误。
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的相关初始化,包括初始化编辑策略,编译器后端,代码缓存等等。
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脚本以增加自动化程度,您的构建过程也就这样了。
As it executes, it gathers profiling data, used to decide which code sections are being executed frequently enough to merit compilation.
当HotSpot执行时,会搜集性能分析数据,用来决定哪个代码段执行得足够频繁,值得编译。
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 之下,这样在普通模式下编译的代码不会影响驱动程序对象的发行版本。
Native code compilation for rt.
RT中的本地代码编译。
Historical applications (that is, horribly outdated legacy code) sometimes refer to these directly, but produce errors during compilation because they're declared inconsistently.
历史应用程序(即很过时的遗留代码)有时会直接引用这些全局变量,但会在编译过程中产生错误,因为它们的声明并不一致。
Per Apple's iPhone policy, no application can include code that requires Just-in-Time (JIT) compilation.
根据苹果的iPhone政策,任何应用程序都不能包含需要JIT编译的代码。
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在编译时被合并成同一个编译类。
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自己内部优化后的结果。
Using static compilation, the code in the library combines with the application (which can have the downside of making the executable very large).
使用静态编译时,库中的代码与应用程序合并在一起(从而使可执行文件变得很庞大)。
Default JIT compilation at low priority with Ahead-of-time (AOT) compiled code used initially.
较低优先级上的默认JIT编译,在最初使用了提前(Ahead - of - time,AOT)编译代码。
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的源代码,否则他无法预知何时会发生编译错误。
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的源代码,否则他无法预知何时会发生编译错误。
应用推荐