JIT
英音[ dʒɪt ] 美音[ dʒɪt ]

准时制

常用释义

词性释义

abbr. 准时制(Just-In-Time),运行时编译执行的技术, Java语言即采用该技术;工作指导训练( job instruction training)
例句
  • 全部
The resulting file loads and starts more quickly than it would have if it were being converted to native code by the standard JIT option.
与用标准JIT选项转换为本机代码相比,结果文件的加载和启动速度更快。
You can measure how much memory is being used for classes and JIT code at Java 5 and above by taking a javacore dump.
您可以通过javacore转储来测量类和JIT代码在Java5及以上版本中使用了多少内存。
JIT会编译你的代码,这也是众多影响基准测试的行为之一。
I checked in about: config and was pleased to see that TraceMonkey's JIT is enabled by default for both the user interface and Web content.
我在about:config里看了一下,用户界面和网页内容都默认开启了TraceMonkey的JIT。
To help deal with these problems, a program can be run in JIT mode or debugging mode independently of a debugger.
为了帮助处理这些问题,可以独立于调试器在JIT模式或调试模式下运行程序。
我们的国家机关如能按规定帮助企业及时清算退税,对企业的工作就是一种极大的支持。
The goal is either to avoid the JIT compiler's run-time performance or memory cost or to avoid the interpreter's early performance overhead.
目的在于避免JIT编译器的运行时性能消耗或内存消耗,或者避免解释程序的早期性能开销。
这可以帮助确保您考虑的正在设置的选项实际上都正被JIT编译器接受和识别。
显示自应用程序启动后实时(JIT)编译的方法的总数。
This code causes a set of classes to be loaded and the methods of those classes all to be compiled by the JIT compiler.
这段代码将使JIT编译器加载一组类并编译所有这些类的方法。
Displays the peak number of methods the JIT compiler has failed to compile since the application started .
显示自应用程序启动后JIT编译器未能编译的方法的峰值数目。
对于已经AOT编译的方法,如果它满足必要的重新编译条件,就可能再执行JIT编译。
但是,一些替代的JVM可以为您提供一些选项,具体取决于JIT编译器引起的暂停对您有多重要。
在每一JIT编译阶段的结尾更新此计数器。
The JIT compiler ensures it does not compile the MSIL at two different sequence points into a single native instruction .
JIT编译器可确保不会将两个不同序列点的MSIL编译成一条本机指令。
如果在禁用JIT之后问题就不存在了,那么这就可能是一个与JIT有关的问题。
JIT编译可用于软RT场景,其中编译将在不需要执行高优先级任务时发生。
显示自应用程序启动后实时编译的总MSIL字节数。
如果JIT使用了一种固定的优化级别,那么AOT编译的代码就等同于JIT编译器生成的本地代码。
JIT诊断可能是一个非常耗时的过程,需要高级的专门技术。
JIT技术看起来很有前途,但是它有一些不足。
For this reason, JIT compilers do not compile all code with the same degree of optimization.
因此,JIT编译器不会使用相同的优化度来编译所有的代码。
循环展开是一个可能导致JIT分配寄存器出现问题的转换的例子。
可以减小MMI上限计数器,从而加速JIT编译一个方法的过程;或者增大它以达到相反的效果。
Some of the highlights of the release are the JIT that's now on by default and an overhauled compiler and parser.
其中的一些亮点包括默认开启JIT和一个全面修正过的编译器及解析器。
Instruction generation can also be tailored to the underlying processor to take full advantage of the underlying platform.
JIT编译器会根据处理器生成指令并充分利用所处的平台。
JIT compilers are allowed to take some liberties with synchronized blocks to reduce their performance cost.
JIT编译器可以随意变动同步锁,以减少它们的性能成本。
因此,JIT对于Java程序的执行流程会产生很大的影响。
In fact, most modern JIT compilers also support recompiling methods that are found to be very hot.
事实上,大部分现代的JIT编译器也支持重编译被认为是热方法的方法。
More importantly, the code generated by the JIT compiler is bound to the process that triggered the compilation.
更为重要的是,由JIT编译器生成的代码会绑定到触发编译的进程上。