接下来的黄色段包含了已编译方法的信息。
The next section in yellow contains information about compiled methods.
JIT编译阶段在编译方法及其依赖项时出现。
A JIT compilation phase occurs when a method and its dependencies are compiled.
由于这个原因,GTK +的维护者决定不再支持这种编译方法。
For this reason, GTK + maintainers decided not to support this method of compilation.
并介绍了JFFS2文件系统的内核配置及编译方法。
The kernel configuration and compiling of JFFS2 are introduced in this paper as well.
为了解决该问题,JRubyJIT限制了编译方法的数量(限制的数量可以配置)。
To solve that, the JRuby JIT limits the amount of compiled methods (the limit can be configured).
针对动态可重构结构的优化编译问题,提出了一种基于任务分组的编译方法。
A new compilation approach based on grouped tasks was proposed for optimal compilation of dynamically reconfigurable architecture.
随着编译方法的增多及JIT执行编译所需时间的缩短,性能曲线逐渐升高最后达到性能峰值。
As more methods are compiled and the JIT spends less time performing compilations, the performance curve grows and finally begins to reach peak performance.
实验结果表明,该编译方法能有效地提高应用算法在动态可重构结构上的执行速度。
Experiment result showed that the compilation approach can efficiently improve the execution speed of the applied algorithm on dynamically reconfigurable architecture.
如果要将元件当成有自动化安装程序的社群元件传递,则必须以密码编译方法将元件签署。
If you deliver your components as a community component with an automated installation procedure, then you should sign your components cryptographically.
因此如果是选择性地编译方法,则必须谨慎操作以使从已编译方法到未编译方法的转换最小化。
So if methods are selectively compiled, care must be taken to minimize transitions from compiled methods to methods that aren't compiled.
这个mda会记录正要以JIT编译方法之前的讯息,因此启用这个MDA会对效能具有显著的影响。
This MDA logs a message just before a method is JIT-compiled, so enabling this MDA has significant impact on performance.
XPathExpression对象通过将XPath表达式的String表示传递给XPath的编译方法来创建。
XPathExpression objects are created by passing a String representation of the XPath expression into the compile method on XPath.
由于传统NC程序结构不完善,很多加工程序非常庞大,降低了数控系统的编译效率,所以需要研究一种高效的编译方法。
The structure of the traditional NC program is incomplete and some programs are very large, which decreases the compiling efficiency, so it is necessary to develop a high performance compiling method.
针对现场可编程门阵列(FPGA)的快速编译问题,提出了基于性能优化的动态复合宏单元(PODCM)库的编译方法。
A new compilation method with performance-optimized dynamic compound macro (PODCM) library was proposed for fast compilation of field programmable gate array (FPGA).
如果不覆盖这些方法,根本无法编译此类。
You literally cannot compile this class without overriding these methods.
编译的方法越多,代码占用的内存就越多。
The more methods compiled, the more memory the code occupies.
两种技术都需要谨慎选择编译的方法以实现最高的性能。
Both technologies require careful selection of the methods to be compiled to achieve the highest performance.
您应当会在控制台中看到表明已成功编译该方法的一些输出。
You should see some output in the console indicating that it compiled successfully.
如果在编译时加入LLVM,会默认开启JIT,自动将多次运行的方法编译成机器码。
If LLVM is compiled in, the JIT is on by default, automatically compiling methods that are run a lot into machine code.
该工具对JAR文件中所有类的所有方法应用本地代码编译,也可以选择性地对需要的方法应用本地代码编译。
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.
方法编译之后,对方法的下一次调用会运行JIT编译的版本。
Once the method is compiled, the next call to the method runs the JIT compiled version.
它告诉编译和链接系统该方法将在原生代码中实现。
This tells the compilation and linking system that the implementation for this method will be from the native code.
如果有两个匿名成员都提供一个方法,编译器将会报错,但只在该方法被调用的情况下。
If there are two anonymous members that both provide a method, the compiler will produce an error, but only if that method is called.
当前将绑定框架方法添加到已编译类的字节码增强方法也是灵活性的用武之地。
The current byte code enhancement approach that adds binding framework methods to your compiled classes is also an area where more flexibility would be useful.
方法被添加到编译队列中,而线程可以继续运行并执行方法的非编译版本。
The method is instead added to a compilation queue, and the thread is allowed to continue running and execute the non-compiled version of the method.
让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.
在第三种情况下,或者在方法编译失败时,您会看到。
In case 3, or when the method fails to compile, when you see.
此外,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.
编译后方法的如数据(meta - data)(由JIT生成)也会存储在代码缓存中。
The compiled method's meta-data (generated by the JIT) will also be stored in the code cache.
在设置这个选项之后,JIT编译器会在对方法进行编译时为每个方法打印两条消息。
After you set this option, the JIT compiler prints two messages for each method as it compiles the method. For example.
应用推荐