网站首页  词典首页

请输入您要查询的英文单词:

 

单词 JIT compiler
释义

JIT compiler

  • 网络即时编译器;实时编译器;及时编译程序
1.
即时编译器
  即时编译器JIT compiler)随虚拟机一起供给的,并可选使用。它把字节码编译成可立即执行的指定平台的可执行代码。
www.searchcio.com.cn
2.
实时编译器
实时编译器JIT compiler)缺乏用来修改代码的存储指令近程,因而操作没有作用。
blog.sina.com.cn
3.
及时编译程序
电脑名词译名 ... JIT 及时生产 JIT compiler及时编译程序 jitter 抖动 ...
www.iicm.org.tw
4.
即时编译程式
电脑名词译名 ... JIT 即时生产 JIT compiler 即时编译程式 jitter 抖动 ...
www.iicm.org.tw

例句

释义:
1.
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编译器的运行时性能消耗或内存消耗,或者避免解释程序的早期性能开销。
www.ibm.com
2.
This helps ensure that the options you think are being set are actually being received and recognized by the JIT compiler.
这可以帮助确保您考虑的正在设置的选项实际上都正被JIT编译器接受和识别。
www.ibm.com
3.
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编译器加载一组类并编译所有这些类的方法。
www.ibm.com
4.
Displays the peak number of methods the JIT compiler has failed to compile since the application started .
显示自应用程序启动后JIT编译器未能编译的方法的峰值数目。
www.bing.com
5.
However, some alternative JVMs can provide a few options for you, depending on how important JIT-compiler-induced pauses are to you.
但是,一些替代的JVM可以为您提供一些选项,具体取决于JIT编译器引起的暂停对您有多重要。
www.ibm.com
6.
The JIT compiler ensures it does not compile the MSIL at two different sequence points into a single native instruction .
JIT编译器可确保不会将两个不同序列点的MSIL编译成一条本机指令。
www.bing.com
7.
The AOT-compiled code is the equivalent to the native code the JIT compiler would generate if it used a fixed optimisation level.
如果JIT使用了一种固定的优化级别,那么AOT编译的代码就等同于JIT编译器生成的本地代码。
www.ibm.com
8.
More importantly, the code generated by the JIT compiler is bound to the process that triggered the compilation.
更为重要的是,由JIT编译器生成的代码会绑定到触发编译的进程上。
technet.microsoft.com
9.
By design, the Compiler class does nothing; it serves as a placeholder for a JIT compiler implementation.
设计中,Compiler不做任何事,只是充当JIT编译器实现中的占位符。
www.7139.com
10.
The runtime uses a just-in-time (JIT) compiler to convert the MSIL instructions to native machine code one method at a time as needed.
运行时根据需要使用实时(JIT)编译器将MSIL指令转换为本机代码,每次转换一个方法。
technet.microsoft.com
1.
But the activity of the JIT compiler itself isn't the only source of unexpected variations in application-level timings.
但是JIT编译器本身的行为并不是应用程序计时中的意外偏差的唯一来源。
www.ibm.com
2.
When dynamic methods are executed, the just-in-time (JIT) compiler is called to convert the MSIL to native code.
执行动态方法时,会调用实时(JIT)编译器将MSIL转换为本机代码。
msdn2.microsoft.com
3.
By default , the JIT compiler examines the symbol store in the program database (PDB) file for a list of additional sequence points .
默认情况下,JIT编译器将检查程序数据库(PDB)文件中的符号存储区,以便获得其他序列点的列表。
www.bing.com
4.
One of these is the activity of the Just-in-time (JIT) compiler.
其中之一就是即时(JIT)编译器的活动。
www.ibm.com
5.
Reducing the length of these methods can make them more amenable to optimization by a JIT compiler.
而缩短这些方法的长度有助于使JIT编译器更易于优化它们。
www-128.ibm.com
6.
Performance with a JIT compiler is initially very low because methods are initially interpreted.
使用JIT编译器的初始阶段性能很低,因为要首先解释方法。
www.ibm.com
7.
These counters can be used to monitor everything from memory management to just-in-time (JIT) compiler performance.
这些计数器可用于监视从内存管理到实时(JIT)编译器性能的方方面面。
technet.microsoft.com
8.
If your JIT compiler converts tail-recursive calls to iteration, this program will continue to run indefinitely.
如果您的JIT编译器把尾递归调用转换成迭代,这个程序将无限期地运行下去。
www-128.ibm.com
9.
If the JIT compiler inlines the property accessor , it must JIT that code when the containing method is called.
如果JIT编译器内联了该属性访问符,那么,当包含的方法被调用时,就必须JIT那些代码。
dictsearch.appspot.com
10.
This failure can occur if the MSIL cannot be verified or if there is an internal error in the JIT compiler.
如果不能验证MSIL或者如果在JIT编译器中存在内部错误,则可能出现该失败。
msdn2.microsoft.com
1.
The last line disables the JIT compiler for the remainder of application execution.
最后一行为应用程序的其余执行部分禁用JIT编译器。
www.ibm.com
2.
You can run a program that instructs the JIT compiler to turn off all JIT optimizations to produce debuggable code.
您可以运行一个程序来指示JIT编译器禁用所有JIT优化以产生可调试的代码。
technet.microsoft.com
3.
The count of methods generated by the JIT compiler that have been discarded.
由JIT编译器生成的已丢弃的方法的计数。
msdn2.microsoft.com
4.
Unlike version 1. 1, version 2. 0 Does not allow you to turn off tracking by the just-in-time (JIT) compiler.
与在1.1版本中不同,2.0版本不允许您关闭实时(JIT)编译器跟踪。
msdn2.microsoft.com
5.
To accomplish this, the JIT compiler examines the assembly metadata for any illegal accesses and handles violations appropriately.
为此,JIT编译器检查程序集元数据中是否有非法访问和句柄的冲突。
babyish.wikia.com
6.
The tool used to increase the performance of Java application is the Just-In-Time (JIT) compiler.
用来提高Java程序性能的工具是Just-In-Time(JIT)编译器。
www.ibm.com
7.
Dynamic class loading, which is a challenge for the dynamic JIT compiler, is an even more significant issue for AOT compilation.
动态类加载是动态JIT编译器面临的一个挑战,也是AOT编译的一个更重要的问题。
www.ibm.com
8.
All other platforms use the standard intermediate language JIT compiler scheme familiar to Java and . NET developers.
其它平台则使用标准的中间语言和JIT编译器这个组合,类似于Java和.NET。
www.infoq.com
9.
Smaller and simpler functions make it easier for the JIT compiler to support enregistration.
小而简单的方法使得JIT编译器支持可注册更容易。
dictsearch.appspot.com
10.
The JIT compiler may produce incorrect code that either references or attempts to branch to an invalid location.
JIT编译器可能生成错误代码,该代码引用或尝试对无效的位置进行分支。
www.ibm.com
1.
Native images require a smaller initial working set because there is no need for the JIT compiler.
本机映像需要较小的初始工作集,因为它不需要JIT编译器。
msdn2.microsoft.com
2.
The simplicity of the control flow also affects how well the JIT compiler can enregister variables.
这个简单的控制流程同样会影响JIT编译对变量注册的好坏。
www.showxiu.com
3.
Also, don't forget that in Android 2. 2, a JIT compiler will improve the performance of such code as well.
还有,别忘了在Android2.2中,JIT编译器会提高类似代码的效率。
www.bing.com
4.
The JIT compiler continues to process MSIL at the new address until it encounters another metadata token and the process is repeated.
JIT编译器继续在新地址处理MSIL,直到它遇到另一个元数据标记,之后,重复该过程。
msdn2.microsoft.com
5.
When it finds an opportunity it will direct a JIT compiler to recompile the section of the code in question.
当找到机会后,它会要求JIT编译器重新编译问题中的某段代码。
www.infoq.com
6.
The garbage collector has access to the list of active roots that the just-in-time (JIT) compiler and the runtime maintain.
垃圾回收器可以访问由实时(JIT)编译器和运行时维护的活动根的列表。
msdn.microsoft.com
7.
This allows the. NET Framework's just-in-time (JIT) compiler to convert the expression to native machine code for higher performance.
这使.NETFramework的实时(JIT)编译器可以将表达式转换为本机代码以获得更高的性能。
msdn2.microsoft.com
8.
In case 1, the likely cause is that the JIT compiler produced compiled code for a method, and that compiled code caused an error.
在第一种情况下,可能的原因是JIT编译器会为一个方法产生已编译的代码,这个已编译的代码会产生一个错误。
www.ibm.com
9.
In the last year speed has been increased by an order of magnitude and a JIT compiler has been enabled.
在过去的一年中,运行速度已经得到了数量级的提升,并且JIT编译器已经实现。
www.infoq.com
10.
For the OpenJDK the release includes a new JIT compiler, their Pauseless Garbage Collector, and their scalable runtime.
对于OpenJDK来说,该发布包含了一个新的JIT编译器,不会停顿的垃圾收集器和可伸缩的运行时。
www.infoq.com
1.
However, the JIT compiler keeps track of type-specific server code it already generated.
但是,JIT编译器会跟踪它已经生成的类型特定的服务器代码。
msdn2.microsoft.com
2.
The common language runtime includes a JIT compiler for converting MSIL to native code.
公共语言运行库包括用于将MSIL转换为本机代码的JIT编译器。
msdn2.microsoft.com
3.
The IBM JIT compiler uses a sequence of expression trees to represent the method's operations.
IBMJIT编译器使用一个表达式树序列表示方法的操作。
www.ibm.com
4.
Which is used to tell the JIT compiler that debug information is available.
用于通知JIT编译器有可用的调试信息。
msdn2.microsoft.com
5.
At runtime, the JIT compiler links the client calls to the component entry points.
在运行时,JIT编译器将客户端的调用连接到组件的入口点。
www.china-pub.com
6.
The JIT-compiler default behavior is to generate the highest performance, hardest to debug machine code.
JIT编译器的默认行为是生成性能最高、最不易于调试的机器码。
msdn2.microsoft.com
7.
The JIT compiler compiles Java bytecode to optimised native binary code at run time.
JIT编译器在运行时将Java字节码编译为优化的二进制码。
www.ibm.com
8.
Indicates that a modified method is an intrinsic value for which the just-in-time (JIT) compiler can perform special code generation.
指示某一修饰的方法是一个内部值,实时(JIT)编译器可对它执行特殊代码生成。
msdn2.microsoft.com
9.
The JIT compiler understands your need for both efficiency and elegance, so it inlines the property accessor .
JIT编译器了解你的对于效率与优雅的需求,因此它对属性访问符进行了内联。
dictsearch.appspot.com
10.
The count of bytes of native code generated by the JIT compiler that has been discarded.
由JIT编译器生成的已丢弃的本机代码的字节计数。
msdn2.microsoft.com
1.
When the JIT compiler encounters a custom modifier, it handles the value in the way that the modifier specifies.
当JIT编译器遇到自定义修饰符时,它会按照修饰符指定的方式处理值。
msdn2.microsoft.com
2.
The number of bytes in use by the JIT compiler's heap.
由JIT编译器的堆使用的字节数。
msdn2.microsoft.com
3.
In addition , not loading the JIT compiler saves a fixed amount of memory for each application instance .
此外,不加载JIT编译器会为每个应用程序实例节省固定量的内存。
www.bing.com
4.
The count of bytes of native code generated by the JIT compiler.
由JIT编译器生成的本机代码的字节计数。
msdn2.microsoft.com
5.
You can request the JIT-compiler to not optimize the resulting machine code.
您可以要求JIT编译器不最佳化最终的机器码。
technet.microsoft.com
6.
The runtime can use native images from the cache instead using the just-in-time (JIT) compiler to compile the original assembly.
运行时可从缓存中使用本机映像,而不是使用实时(JIT)编译器编译原始程序集。
technet.microsoft.com
7.
A JIT compiler would see an optimization opportunity here.
JIT编译器会在这里看到一个优化的机会。
www.ibm.com
8.
The following counters pertain to JIT compiler operations.
下列计数器与JIT编译器操作有关。
msdn2.microsoft.com
9.
Specifies the debugging mode for the just-in-time (JIT) compiler.
指定实时(JIT)编译器的调试模式。
msdn2.microsoft.com
10.
The count of methods generated by the JIT compiler.
由JIT编译器生成的方法的计数。
msdn2.microsoft.com
1.
Because the JIT compiler uses the same value-type-specific server code in all further encounters, there is no code bloating.
因为JIT编译器在以后的所有场合中都将使用相同的值类型特定的服务器代码,所以不存在代码膨胀问题。
www.kuenglish.info
2.
Psyco -- to keep it very short -- is a just-in-time (JIT) compiler of Python code into (x86) machine code.
Psyco可以保持代码非常简短;它是(x86)机器代码中的一个JITPython代码编译器。
www.ibm.com
3.
Creating fewer local variables gives the JIT compiler a better chance to find the best candidates for enregistration .
创建更少的局部变量给JIT提供了更好的机会寻找最合适寄存器候选对象。
dictsearch.appspot.com
4.
In some cases, you might want to change the behavior of the JIT compiler so that the machine code it generates is easier to debug.
在某些情况下,您可能想要更改JIT编译器的行为,以便更易于调试它生成的机器码。
msdn2.microsoft.com
5.
Default JIT compilation, whereby the JIT compiler thread runs at low priority
默认JIT编译,JIT编译器线程在较低优先级上运行
www.ibm.com
6.
It causes the JIT compiler to check that code that links to
该属性使JIT编译器检查链接到
msdn2.microsoft.com
7.
After you set this option, the JIT compiler prints two messages for each method as it compiles the method. For example
在设置这个选项之后,JIT编译器会在对方法进行编译时为每个方法打印两条消息。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/3/5 12:12:43