网站首页  词典首页

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

 

单词 JIT
释义

JIT

美 [?d?e?a?'ti]
英 [?d?e?a?'ti:]
  • abbr.(=just-in-time)【商】及时盘存调节法
  • 网络准时生产(Just In Time);准时制;准时制生产
abbr.
1.
【商】(=just-in-time)及时盘存调节法

例句

释义:
1.
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选项转换为本机代码相比,结果文件的加载和启动速度更快。
msdn2.microsoft.com
2.
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及以上版本中使用了多少内存。
www.ibm.com
3.
One of the activities that will interfere with your benchmark is JIT compilation of your code.
JIT会编译你的代码,这也是众多影响基准测试的行为之一。
www.infoq.com
4.
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。
www.bing.com
5.
To help deal with these problems, a program can be run in JIT mode or debugging mode independently of a debugger.
为了帮助处理这些问题,可以独立于调试器在JIT模式或调试模式下运行程序。
technet.microsoft.com
6.
If our State organs in accordance with regulations help JIT clearance a tax rebate, the enterprise's job is to a great deal of support.
我们的国家机关如能按规定帮助企业及时清算退税,对企业的工作就是一种极大的支持。
www.bing.com
7.
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
8.
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
9.
Displays the total number of methods JIT-compiled since the application started.
显示自应用程序启动后实时(JIT)编译的方法的总数。
technet.microsoft.com
10.
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
1.
Displays the peak number of methods the JIT compiler has failed to compile since the application started .
显示自应用程序启动后JIT编译器未能编译的方法的峰值数目。
www.bing.com
2.
A method that has been AOT-compiled may also be JIT-compiled if it meets the necessary recompilation criteria.
对于已经AOT编译的方法,如果它满足必要的重新编译条件,就可能再执行JIT编译。
www.ibm.com
3.
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
4.
This counter is updated at the end of every JIT compilation phase.
在每一JIT编译阶段的结尾更新此计数器。
msdn2.microsoft.com
5.
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
6.
If problem does not exhibit itself with JIT off, then it might be a JIT related problem.
如果在禁用JIT之后问题就不存在了,那么这就可能是一个与JIT有关的问题。
www.ibm.com
7.
JIT compilation can be used for softer RT scenarios where compilation can occur when no higher priority work needs to be done.
JIT编译可用于软RT场景,其中编译将在不需要执行高优先级任务时发生。
www.ibm.com
8.
Displays the total MSIL bytes JIT-compiled since the application started.
显示自应用程序启动后实时编译的总MSIL字节数。
technet.microsoft.com
9.
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
10.
JIT diagnostics can be a time consuming procedure requiring high level of technical expertise.
JIT诊断可能是一个非常耗时的过程,需要高级的专门技术。
www.ibm.com
1.
The JIT approach seemed promising, but it had some drawbacks.
JIT技术看起来很有前途,但是它有一些不足。
www.ibm.com
2.
For this reason, JIT compilers do not compile all code with the same degree of optimization.
因此,JIT编译器不会使用相同的优化度来编译所有的代码。
www.ibm.com
3.
Loop unrolling is an example of a transformation that might cause the JIT to have problems register-allocating.
循环展开是一个可能导致JIT分配寄存器出现问题的转换的例子。
www.cnblogs.com
4.
The MMI threshold count can be lowered to speed up JIT compilation of a method or increased to achieve an opposite effect.
可以减小MMI上限计数器,从而加速JIT编译一个方法的过程;或者增大它以达到相反的效果。
www.ibm.com
5.
Some of the highlights of the release are the JIT that's now on by default and an overhauled compiler and parser.
其中的一些亮点包括默认开启JIT和一个全面修正过的编译器及解析器。
www.infoq.com
6.
Instruction generation can also be tailored to the underlying processor to take full advantage of the underlying platform.
JIT编译器会根据处理器生成指令并充分利用所处的平台。
www.infoq.com
7.
JIT compilers are allowed to take some liberties with synchronized blocks to reduce their performance cost.
JIT编译器可以随意变动同步锁,以减少它们的性能成本。
www-128.ibm.com
8.
JIT therefore has a great influence on the flow of execution of a Java program.
因此,JIT对于Java程序的执行流程会产生很大的影响。
www.ibm.com
9.
In fact, most modern JIT compilers also support recompiling methods that are found to be very hot.
事实上,大部分现代的JIT编译器也支持重编译被认为是热方法的方法。
www.ibm.com
10.
More importantly, the code generated by the JIT compiler is bound to the process that triggered the compilation.
更为重要的是,由JIT编译器生成的代码会绑定到触发编译的进程上。
technet.microsoft.com
1.
JIT typically causes a slight delay in initial execution of an application, due to the time taken to load and compile the bytecode.
JIT的通常会导致在一个应用程序的初始执行略有延误,由于采取了加载和字节码编译的时间。
wenwen.soso.com
2.
Enabling this MDA allows you to determine which function is being JIT-compiled.
使用此MDA,您可以确定哪个函数正在进行JIT编译。
msdn2.microsoft.com
3.
JIT production model is not just a matter of enterprises, but also inseparable from the active participation of suppliers.
JIT生产模式不只是企业的事,也是离不开供应商的积极参与。
wenwen.soso.com
4.
JIT production model of the raw materials and purchased parts of the package put forward specific requirements.
JIT生产模式对原材料和外购件的包装提出了特定的要求。
wenwen.soso.com
5.
If you use codeCache with normal execution, it will only save off the compiled method bodies that get hot enough to JIT.
如果是在普通执行中使用codeCache,它只会保存那些足以JIT的经过编译的方法体。
www.infoq.com
6.
By design, the Compiler class does nothing; it serves as a placeholder for a JIT compiler implementation.
设计中,Compiler不做任何事,只是充当JIT编译器实现中的占位符。
www.7139.com
7.
The JIT compilation of a Java method now occurs asynchronously on a dedicated thread separate from the calling thread.
Java方法的JIT编译现在在一个独立于进行调用的线程的专用线程上异步地执行。
www.ibm.com
8.
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
9.
When Toyota invented the just-in-time system (JIT), all that changed.
当丰田发明“恰好及时”(JIT)系统后,一切都改变了。
blog.163.com
10.
The principle of JIT may be expressed as: having the right amount of the right material , in the right place, at the right time.
JIT的原则可以被表示为:有了适量的正确的资料,在合适的地方,在那正确的时间。
zhidao.baidu.com
1.
Traversing that tree, you will eventually find the JIT code buffer (also commonly known as the code cache).
通过树,你最后会找到JIT代码缓冲。
blog.sina.com.cn
2.
An AOT-compiled method is also subject to JIT compilation, so after initial execution as AOT code, it may be optimised further by the JIT.
AOT编译的方法仍然属于JIT编译处理的范围,所以在最初以AOT代码形式执行方法之后,JIT仍然可以进一步优化它。
www.ibm.com
3.
But the activity of the JIT compiler itself isn't the only source of unexpected variations in application-level timings.
但是JIT编译器本身的行为并不是应用程序计时中的意外偏差的唯一来源。
www.ibm.com
4.
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
5.
Paper focuses mainly on JIT diagnostics in case of encountering problems with JIT when migrating from Sun HotSpot JVM to IBM JIT-based JVM.
本文着重介绍对于在JIT中碰到的问题的诊断,在从SunHotSpotJVM迁移到IBM基于JIT的JVM时可能会碰到这些问题。
www.ibm.com
6.
JIT debugging process might be time-consuming and complex usually requiring high level of technical expertise.
JIT调试过程可能会非常耗费时间,而且非常复杂,通常需要高级的专门技术。
www.ibm.com
7.
Although JIT compilation provides some advantages for speeding up execution, it does so at the cost of larger amounts of memory.
虽然JIT编译为加快执行提供了一些优势,但是这是以巨大的内存为代价进行的。
www.ibm.com
8.
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
9.
One of these is the activity of the Just-in-time (JIT) compiler.
其中之一就是即时(JIT)编译器的活动。
www.ibm.com
10.
Be aware that there is some impact on the speed and size of JIT optimized code and a small impact on code quality with.
可能会对JIT优化代码的速度和大小有一些影响,并且可能会稍微影响代码质量。
msdn2.microsoft.com
1.
Run the program again to see if problem reappears with JIT disabled.
再次运行一下程序,看一下禁用JIT之后问题是否重现。
www.ibm.com
2.
JIT-compiled code for the assembly that contains the application entry point is shared only if all its dependencies can be shared.
包含应用程序入口点的程序集的JIT编译代码只有在其所有依赖项都可以被共享的情况下,才可以被共享。
technet.microsoft.com
3.
The fact that JIT compilers do just this makes the issues of double-checked locking more than simply an academic exercise.
JIT编译器的这一行为使双重检查锁定的问题只不过是一次学术实践而已。
www.ibm.com
4.
the very first thing that should be considered as the possible cause of the problem is JIT.
对问题原因要考虑的第一件事情是JIT。
www.ibm.com
5.
The JIT compiled code is saved in memory so that it can be reused for subsequent executions of that code for the current process .
JIT编译代码保存在内存中,以便随后执行当前进程的代码时可以重用该JIT编译代码。
www.bing.com
6.
The runtime updates its metadata tables, places the new MSIL into the process, and sets up a just-in-time (JIT) compilation of the new MSIL.
运行时将更新其元数据表、将新MSIL置于进程中并设置对新MSIL的实时(JIT)编译。
technet.microsoft.com
7.
Have a strong knowledge of Lean Manufacturing, Continuous Improvement, along with an understanding of JIT and integrated KanBan process.
在精益生产、持续改善、及时化生产和看板管理方面具有丰富的知识;
www.rencai.net
8.
You also need to compile your code for each architecture you wish to run on (rather than rely on it having a JIT).
同时你也需要在各种结构中编译你的代码(而非依赖JIT)。
www.cnblogs.com
9.
Reducing the length of these methods can make them more amenable to optimization by a JIT compiler.
而缩短这些方法的长度有助于使JIT编译器更易于优化它们。
www-128.ibm.com
10.
JIT-attach debugging is the phrase used to describe attaching a debugger to an executable image that throws an uncaught exception.
JIT附加调试是用于描述如何将调试器附加到可执行映像的词组,它引发未捕获的异常。
msdn2.microsoft.com
1.
Performance with a JIT compiler is initially very low because methods are initially interpreted.
使用JIT编译器的初始阶段性能很低,因为要首先解释方法。
www.ibm.com
2.
JIT compilation provides environment-specific optimization, runtime type safety, and assembly verification.
JIT编译技术提供了特定环境下的优化、运行时类型安全以及汇编验证。
babyish.wikia.com
3.
These counters can be used to monitor everything from memory management to just-in-time (JIT) compiler performance.
这些计数器可用于监视从内存管理到实时(JIT)编译器性能的方方面面。
technet.microsoft.com
4.
If your JIT compiler converts tail-recursive calls to iteration, this program will continue to run indefinitely.
如果您的JIT编译器把尾递归调用转换成迭代,这个程序将无限期地运行下去。
www-128.ibm.com
5.
Main stress should be made on isolating the method or set of methods that when JIT-compiled introduce the problem.
主要的压力应该在于隔离在进行JIT编译时引起问题的方法或方法集。
www.ibm.com
6.
Java programs invoked with a JIT generally run much faster than when the byte-code is executed by the interpreter.
Java程序使用JIT调用时的运行速度通常都比使用解释程序执行字节码时的速度更快。
www.ibm.com
7.
When I introduced the JIT, I had to write code to allow the garbage collector to stop all threads in the system so it could safely GC.
在刚引入JIT的时候,为了确保GC操作的安全,我不得不编写代码,让垃圾回收器停止(VM)系统内的所有线程。
www.infoq.com
8.
If the JIT compiler inlines the property accessor , it must JIT that code when the containing method is called.
如果JIT编译器内联了该属性访问符,那么,当包含的方法被调用时,就必须JIT那些代码。
dictsearch.appspot.com
9.
To solve that, the JRuby JIT limits the amount of compiled methods (the limit can be configured).
为了解决该问题,JRubyJIT限制了编译方法的数量(限制的数量可以配置)。
www.infoq.com
10.
At certain point during a JIT debugging procedure a workaround can be reached that gives acceptable performance.
在JIT调试过程中,在某一个特定的平衡点上可以找到一个性能可接受的解决方案。
www.ibm.com
1.
RM localization and VMI are the basis of JIT purchasing mode, it really achieve the aim of low inventory and flexibility management.
原材料本地化策略和供应商管理库存策略为JIT采购模式的实施奠定了基础,真正意义实现了低库存和柔性生产。
www.fabiao.net
2.
for frequently executed bytecode, JIT compilation is used to run at high speed, after an initial phase of slow interpretation.
为频繁执行的字节码,JIT编译用于运行高速,经过一个缓慢的解释初始阶段。
wenwen.soso.com
3.
The Java JIT is switched on in these timings, and in an application like Lucene, it makes a considerable difference in execution times.
所有这些计时都打开了JavaJIT,这在Lucene之类的应用程序中的执行时间方面会产生巨大的差异。
www.ibm.com
4.
As with all Java performance measurements, ensure that the Java code is JIT-compiled before making any measurements.
与所有Java性能度量一样,在开始度量之前要确保Java代码进行了JIT编译。
www.ibm.com
5.
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
6.
This article introduced is punctual (JIT) the production method and looks at the board management the production, the characteristic.
本文介绍了准时化(JIT)生产方式和看板管理的产生、特点。
zhidao.baidu.com
7.
The last line disables the JIT compiler for the remainder of application execution.
最后一行为应用程序的其余执行部分禁用JIT编译器。
www.ibm.com
8.
Through the JIT principle and this workshop concrete data union, calculated the working procedure goods in process quantity.
通过JIT的原理和该车间具体的数据结合,计算出了工序间的在制品的数量。
zhidao.baidu.com
9.
But HATEOAS is based on the notion of progressive description I guess another good term might be JIT Protocol Description (Just In Time).
而HATEOAS是基于逐步进展的描述这一观念,我认为一个更好的术语应当是即时协议描述(JustInTime)。
www.infoq.com
10.
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
1.
A JIT compilation phase occurs when a method and its dependencies are compiled.
JIT编译阶段在编译方法及其依赖项时出现。
msdn2.microsoft.com
2.
Once the method is compiled, the next call to the method runs the JIT compiled version.
方法编译之后,对方法的下一次调用会运行JIT编译的版本。
www.ibm.com
3.
Determines whether the JIT compilation process can verify the type safety of the assembly.
确定JIT编译过程是否可以验证程序集的类型安全。
msdn2.microsoft.com
4.
The count of methods generated by the JIT compiler that have been discarded.
由JIT编译器生成的已丢弃的方法的计数。
msdn2.microsoft.com
5.
Evan has added a JIT framework that can be enabled, along with a dynamically generated bytecode interpreter.
Evan加入了JIT架构,以及一个动态的字节码解释器。
www.infoq.com
6.
To this end the implementation of the implementation of JIT production model in the process of introduced plant distribution system.
为此在推行实行JIT生产模式的进程中,推行了厂内配送制。
wenwen.soso.com
7.
JIT compilation converts MSIL to native code on demand at application run time, when the contents of an assembly are loaded and executed.
在应用程序运行时,JIT编译可以在加载和执行程序集内容的过程中根据需要将MSIL转换为本机代码。
msdn2.microsoft.com
8.
The compiled method's meta-data (generated by the JIT) will also be stored in the code cache.
编译后方法的如数据(meta-data)(由JIT生成)也会存储在代码缓存中。
blog.sina.com.cn
9.
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
10.
But JIT compilers have only a limited compile-time budget and can impact the program's run-time performance.
但是JIT编译器具有一个有限的编译时预算,而且会影响程序的运行时性能。
www.ibm.com
1.
To accomplish this, the JIT compiler examines the assembly metadata for any illegal accesses and handles violations appropriately.
为此,JIT编译器检查程序集元数据中是否有非法访问和句柄的冲突。
babyish.wikia.com
2.
Meet the people who have written other good, optimizing JITs (they're easy to find, because not too many good, optimizing JITs exist! ).
跟那些写过其他好的优化JIT的人谈谈(这样的人不难找,因为好的优化JIT并不多!)
www.ibm.com
3.
This example shows how to enable JIT activation and deactivation on and of a class.
此示例说明如何在某个类上启用JIT激活和停用。
msdn2.microsoft.com
4.
For a component configured as JIT activated, the object is activated when first created.
对于配置为JIT激活的组件,对象首次创建时被激活。
msdn2.microsoft.com
5.
To address this drawback, modern JIT compilers take one of two approaches (and, in some cases, both).
为了克服这个缺点,现代的JIT编译器使用了下面两种方法的任意一种(某些情况下同时使用了这两种方法)。
www.ibm.com
6.
Enabling JIT tracking lowers performance a little, and disabling optimization lowers performance a lot.
启用JIT跟踪将稍微降低性能,而禁用优化将大为降低性能。
msdn2.microsoft.com
7.
and to develop a JIT supply chain management system and optimize the flow of the design.
并制定了JIT供应链管理体制和流程优化的设计方案。
paper.pet2008.cn
8.
The supply chain can produce in a thorough JIT mode. The industrial park supply obtains good effects in the practice.
特别地,采用本地园区供应模式,可以实现同期供货,供应链得以按照彻底的JIT方式生产。
www.ceps.com.tw
9.
This section describes techniques used to debug and diagnose IBM JVMs' JIT and MMI when problems encountered.
本节将介绍在问题发生时用来调试和诊断IBMJVM的JIT和MMI的技术。
www.ibm.com
10.
First, the time taken by the JIT to analyze and compile the code path is included in the runtime of the test.
首先,测试的运行时间当中包含了JIT用于分析和编译代码路径所花的时间。
www.ibm.com
1.
Obviously, the language compiler and JIT are intertwined components, which means that to generate good code, they must cooperate.
显然,语言编译器和JIT是不可分离的组件,这意味着要生成好的代码,二者必须协同工作。
www.cnblogs.com
2.
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
3.
You can greatly increase your confidence about achieving steady-state performance if you can determine when JIT compilation occurs.
如果可以判断什么时候JIT编译,就可以更有把握地确定稳定状态性能。
www.ibm.com
4.
Finally the current situation of production planning and control system after MRPII & JIT integration is introduced.
最后分析了舒适公司在MRPII与JIT融合后的生产计划控制系统的情况。
www.fabiao.net
5.
The JIT reads in the MSIL and begins to perform optimizations that are very sensitive to changes in the MSIL.
JIT读取MSIL并开始执行优化,这些优化对MSIL中的变化很敏感。
www.cnblogs.com
6.
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
7.
Implement the principles of Lean Production System and JIT throughout the organization.
通过组织实施精益生产系统和JIT原则。
blog.sina.com.cn
8.
For this reason, the Visual C compiler and the JIT must be tuned in tandem to generate the best code.
因此,必须先后对VisualC 编译器和JIT进行微调以生成最佳代码。
www.cnblogs.com
9.
All other platforms use the standard intermediate language JIT compiler scheme familiar to Java and . NET developers.
其它平台则使用标准的中间语言和JIT编译器这个组合,类似于Java和.NET。
www.infoq.com
10.
Disabling the JIT completely means that the JVM will run an application's Java bytecode in purely interpretive mode.
完全禁用JIT意味着JVM将以完全解释的模式运行应用程序的Java字节代码。
www.ibm.com
1.
Smaller and simpler functions make it easier for the JIT compiler to support enregistration.
小而简单的方法使得JIT编译器支持可注册更容易。
dictsearch.appspot.com
2.
The JIT compiler may produce incorrect code that either references or attempts to branch to an invalid location.
JIT编译器可能生成错误代码,该代码引用或尝试对无效的位置进行分支。
www.ibm.com
3.
Unlike JIT compilation, AOT compilation does not employ optimisations based on the dynamic analysis of an executing Java method.
与JIT编译不同,AOT编译并不根据对Java方法的动态分析执行优化。
www.ibm.com
4.
Native images require a smaller initial working set because there is no need for the JIT compiler.
本机映像需要较小的初始工作集,因为它不需要JIT编译器。
msdn2.microsoft.com
5.
JIT tracking is always enabled for debuggable files.
始终为可调试文件启用JIT跟踪。
msdn2.microsoft.com
6.
Java applications that contain many JIT-compiled methods use more native memory than smaller applications.
包含许多经过JIT编译的方法的Java应用程序比较小的应用程序使用更多本机内存。
www.ibm.com
7.
In general, the more optimization JIT performs, the better code it will generate, but the initial delay will also increase.
在一般情况下,更优化的JIT执行时,它会产生更好的代码,但最初的延误也会增加。
wenwen.soso.com
8.
JIT compilers selectively compile the most frequently executing methods to native code while programs are running.
程序运行时,JIT编译器选择将最频繁执行的方法编译成本地代码。
www.ibm.com
9.
There exist many more JIT optimizations than listed in the above procedure. JIT optimizations are hierarchical.
实际上JIT优化选项比上面的步骤中列出的要多。
www.ibm.com
10.
The simplicity of the control flow also affects how well the JIT compiler can enregister variables.
这个简单的控制流程同样会影响JIT编译对变量注册的好坏。
www.showxiu.com
1.
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
2.
If JIT is enabled but used without adaptive optimization mechanism of some kind JIT tries to compile all methods at a startup time.
如果JIT被启用了,但是并没有使用JIT的一些自适应式优化机制,就会试图在启动时对所有方法进行编译。
www.ibm.com
3.
Attribute with debug information tracking and disables JIT optimizations.
属性并启用调试信息跟踪,但禁用JIT优化。
msdn2.microsoft.com
4.
It also holds activation frames for JIT compiled code (with a twist).
它掌握所有JIT编译后代码的活动帧。
blog.sina.com.cn
5.
Suppress JIT optimization on module load option suppresses optimization of code when modules are loaded.
“在模块加载时取消JIT优化”选项会取消代码优化。
207.46.16.252
6.
Although platform neutrality is maintained with JIT compilation, it comes at a price.
尽管通过JIT编译保持了平台无关性,但是付出了一定代价。
www.ibm.com
7.
We have two tools at our disposal to help us identify when our code has been JIT'ed.
我们手头上有两款工具,可以帮助我们标明代码何时受到JIT的影响了。
www.infoq.com
8.
JIT compilation is significantly different from interpreting code.
JIT编译与解释代码有很大的不同。
msdn2.microsoft.com
9.
When the threshold count for a method reaches zero (0) the method becomes eligible for compilation into native code by JIT.
当一个方法的上限计数器达到零(0)时,就可以使用JIT将这个方法编译成本地代码了。
www.ibm.com
10.
Normally, a JIT-related problem warrants a service call to an appropriate IBM support component.
通常,与JIT有关的问题会将一个服务调用授权给一个适当的IBM支持组件。
www.ibm.com
1.
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
2.
When it finds an opportunity it will direct a JIT compiler to recompile the section of the code in question.
当找到机会后,它会要求JIT编译器重新编译问题中的某段代码。
www.infoq.com
3.
A JIT is a code generator that converts Java byte-code into native machine code of the host platform.
JIT是一个代码生成器,它将Java字节码转换成宿主平台的本地代码。
www.ibm.com
4.
Also, the option -Djava. compiler turns off the JIT off, to avoid an additional level of complexity in the debugging process.
同时,可以用选项-Djava.compiler关闭JIT,以降低调试过程中复杂性。
www.ibm.com
5.
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
6.
Apple was using the JIT engine in real products, and so we took that as a sign that it could work for us as well.
Apple就在其产品中使用了JIT引擎,我们认为这是一个积极的信号,它表示LLVM也能够在我们的项目中很好工作。
www.infoq.com
7.
WebSphere Real Time does not currently permit the mixing of dynamic JIT compiling and precompiled code.
WebSphereRealTime目前不允许混合使用动态JIT编译和预先编译的代码。
www.ibm.com
8.
The common language runtime uses a code-pitching technique to free blocks of JIT-compiled code at run time when memory is low.
当运行时内存不足时,公共语言运行库使用代码间距调整技术释放JIT编译的代码块。
msdn2.microsoft.com
9.
For one thing, there's a cost associated with the Java-native transition, and the JIT can't optimize across these boundaries.
最起码,Java和native之间过渡的关联是有消耗的,而JIT并不能对此进行优化。
www.cnblogs.com
10.
This MDA logs a message just before a method is JIT-compiled, so enabling this MDA has significant impact on performance.
此MDA在JIT编译一个方法之前会记录一条消息,所以启用此MDA将对性能产生重大影响。
msdn2.microsoft.com
1.
Attribute but disables the tracking of debug information and enables JIT optimizations.
属性并禁用调试信息跟踪,但启用JIT优化。
msdn2.microsoft.com
2.
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
3.
The dynamic method fails when it is invoked, because JIT visibility checks prevent it from accessing the private method.
动态方法调用失败,因为JIT可见性检查阻止它访问私有方法。
msdn2.microsoft.com
4.
You can disable JIT compilation of a failing method using the SKIP option of the JITC_COMPILEOPT variable.
您可以使用JITC_COMPILEOPT变量的SKIP选项禁用对失败方法进行JIT编译。
www.ibm.com
5.
When the runtime executes this assembly, it reverts to JIT compilation for the methods that were not included in the native image.
当运行库执行此程序集时,对于那些不包括在本机映像中的方法,它将恢复为JIT编译。
msdn2.microsoft.com
6.
The number of times the garbage collector has discarded JIT-compiled code.
垃圾回收器已丢弃JIT编译的代码的次数。
msdn2.microsoft.com
7.
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
8.
In the last year speed has been increased by an order of magnitude and a JIT compiler has been enabled.
在过去的一年中,运行速度已经得到了数量级的提升,并且JIT编译器已经实现。
www.infoq.com
9.
With no additional value disables JIT optimization and uses sequence points from the PDB file.
禁用JIT优化,并使用PDB文件中的序列点。
msdn2.microsoft.com
10.
Consequently, if you are debugging JIT optimized code, you probably want to turn Just My Code off.
因此,在调试JIT优化代码时,您可能想关闭“仅我的代码”。
207.46.16.252
1.
JIT procurement will be used in construction enterprises to reduce material inventory.
并将准时化采购运用到建筑业企业,以降低物资库存。
www.fabiao.net
2.
ABAP is interpreted byte code with no JIT compilation, so we do in fact run an interpreter inside another interpreter.
ABAP是用字节码解释的,与JIT不兼容,因此我们实际上是在一个解释器中运行这另一个解释器。
www.infoq.com
3.
When this method executes, the JIT will write another version of Swap, this one specialized for string types.
当该方法执行时,JIT将编写另一个版本的Swap,这个版本专门用于string类型
msdn2.microsoft.com
4.
For the OpenJDK the release includes a new JIT compiler, their Pauseless Garbage Collector, and their scalable runtime.
对于OpenJDK来说,该发布包含了一个新的JIT编译器,不会停顿的垃圾收集器和可伸缩的运行时。
www.infoq.com
5.
Subsequent calls to the JIT-compiled method therefore proceed directly to the native code.
这样,对JIT编译的方法的后续调用将直接转到该本机代码。
msdn2.microsoft.com
6.
The CLR debugging API enables inspection of stack frames and local variables with JIT-compiled code that has been optimized.
CLR调试API使用经过优化的JIT编译代码来启用堆栈帧和局部变量检查。
technet.microsoft.com
7.
Specifies that the method should be just-in-time (JIT) compiled immediately.
指定应该以实时(JIT)方式立即编译该方法。
msdn.microsoft.com
8.
Over time Hotspot and the JIT will convert the interpreted code into native code using profiling information.
随着时间的流逝,Hotspot和JIT会根据收集的信息将解释型代码转化为本机代码。
www.infoq.com
9.
Bochs's internal instruction cache provides a nice trade-off to traditional JIT compilation.
Bochs的内部指令缓存为传统JIT编译进行了很好的权衡。
www.ibm.com
10.
This is very important for the implement of JIT production in an automobile manufacturing plant which has a large number of suppliers.
这对于拥有众多供应商的汽车制造企业实行JIT生产,有着重大的意义。
www.13191.com
1.
The second time the AccessPrivateMethod method is executed, JIT visibility checks are skipped.
第二次执行AccessPrivateMethod方法时,跳过了JIT可见性检查。
msdn2.microsoft.com
2.
Gather information required by IBM support for JIT problem determination.
获取IBM技术支持判断JIT问题所需要的信息。
www.ibm.com
3.
Shows how to turn JIT tracking on and optimization off to make an assembly easier to debug.
说明如何打开JIT跟踪和关闭优化以令程序集更易于调试。
msdn2.microsoft.com
4.
A domain-neutral assembly can be JIT-compiled more than once.
非特定于域的程序集可以进行多次JIT编译。
technet.microsoft.com
5.
The key to JIT operations is that the demand for components and materials depends on the finalized production schedule.
准时制作业的关键是对配件和物料的需求根据最终生产进度来决定。
www.59edu.com
6.
A new optimal design of complete inspection for JIT manufacturing system is presented.
研究了及时生产(JIT)管理系统中采用完全检验的最优设计问题。
www.dictall.com
7.
Use the Prelink and PrelinkAll methods to cause JIT-compilation of the stub that supports native to managed calls.
使用Prelink和PrelinkAll方法来引发支持本机到托管调用的存根(stub)的JIT编译。
msdn2.microsoft.com
8.
The first overload of the AccessPrivateMethod method is executed, and JIT visibility checks are skipped.
执行AccessPrivateMethod方法的第一个重载,跳过了JIT可见性检查。
msdn2.microsoft.com
9.
This counter does not include pre-JIT-compiled methods.
此计数器不包括预JIT编译的方法。
msdn2.microsoft.com
10.
The next generation of JVMs used just-in-time (JIT) compilers to speed up execution.
下一代JVM使用即时(JIT)编译器来提高执行速度。
www.ibm.com
1.
The Mono runtime, which also released version 2. 8 today, includes support for LLVM as a JIT (with mon-llvm) to aid in runtime optimisation.
Mono运行时现在已经发布了2.8版本,包含了对LLVM的支持,将其作为JIT(使用mono-llvm)来辅助运行时优化。
www.infoq.com
2.
Specifies that the method should be just-in-time (JIT) compiled when needed.
指定应在需要时以实时(JIT)方式编译该方法。
msdn.microsoft.com
3.
Companies are using JIT purchasing to gain and maintain a competitive advantage.
企业实施及时化采购以获得与维持企业的竞争优势。
140.118.33.11:8080
4.
According product plan, follow and coordinate supply JIT delivery by PMP system.
根据生产作业计划,通过PMP系统跟踪和协调供应商JIT供货。
www.jobcat.cn
5.
Disables JIT optimization and uses implicit sequence points.
禁用JIT优化,并使用隐式序列点。
msdn2.microsoft.com
6.
Demonstrates the use of Just-in-time (JIT) Activation and object pooling in a. NET Framework environment.
演示实时(JIT)激活和对象池在.NETFramework环境中的使用。
msdn2.microsoft.com
7.
However, the JIT compiler keeps track of type-specific server code it already generated.
但是,JIT编译器会跟踪它已经生成的类型特定的服务器代码。
msdn2.microsoft.com
8.
In addition to services typical of a slitting service center, JIT and other stocking programs are offered.
除了传统的切割外,还提供准时生产计划(JIT)和存货计划等服务。
www.bing.com
9.
Responsible to improve the supply chain through VMI, JIT, localization etc.
负责通过VMI、JIT及本地化等措施完善供应链;
www.lietou.com
10.
If JIT is disabled JVM starts quickly but in most cases runs slowly as all byte-code is being interpreted.
如果JIT被禁用了,那么JVM启动会很快,但是在大部分情况中,运行程序的速度都会与解释字节码的速度一样慢。
www.ibm.com
1.
On devices without a JIT, caching field accesses is about 20% faster than repeatedly accesssing the field.
在不是用JIT设备,是用缓存域变量访问,比重复多次域变量访问要快20%。
blog.sina.com.cn
2.
The common language runtime includes a JIT compiler for converting MSIL to native code.
公共语言运行库包括用于将MSIL转换为本机代码的JIT编译器。
msdn2.microsoft.com
3.
The second overload of the AccessPrivateMethod method is executed, and again JIT visibility checks are skipped.
执行AccessPrivateMethod方法的第二个重载,再次跳过了JIT可见性检查。
msdn2.microsoft.com
4.
The IBM JIT compiler uses a sequence of expression trees to represent the method's operations.
IBMJIT编译器使用一个表达式树序列表示方法的操作。
www.ibm.com
5.
With China's manufacturers running just-in-time production processes, any delay will dent output.
中国制造商采用的是准时化(JIT)生产方式,在这种情况下,任何的延迟都会造成产量下降。
chinese.wsj.com
6.
JIT purchase is a modern way of purchase and distribution of goods.
是一家现代化的方式购买生产的采购和销售的商品。
www.zzzdao.com
7.
JIT is constantly evolving and there is a good chance that the problem you are experiencing has been already fixed in the latest fixes pack.
JIT一直处于不断的更新之中,您所碰到的问题很可能早已在最新的修正包中解决了。
www.ibm.com
8.
Per Apple's iPhone policy, no application can include code that requires Just-in-Time (JIT) compilation.
根据苹果的iPhone政策,任何应用程序都不能包含需要JIT编译的代码。
www.infoq.com
9.
Which is used to tell the JIT compiler that debug information is available.
用于通知JIT编译器有可用的调试信息。
msdn2.microsoft.com
10.
If restrictedSkipVisibility is false, JIT visibility checks are enforced.
如果restrictedSkipVisibility为false,则强制执行JIT可见性检查。
msdn2.microsoft.com
1.
At runtime, the JIT compiler links the client calls to the component entry points.
在运行时,JIT编译器将客户端的调用连接到组件的入口点。
www.china-pub.com
2.
The -Xquickstart option causes the JIT to run with a subset of optimizations; that is, a quick compile.
Xquickstart选项会导致使用优化选项的子集来运行JIT;也就是说,快速编译的方法。
www.ibm.com
3.
The JIT-compiler default behavior is to generate the highest performance, hardest to debug machine code.
JIT编译器的默认行为是生成性能最高、最不易于调试的机器码。
msdn2.microsoft.com
4.
OPT enables JIT optimization and uses implicit sequence points.
OPT启用JIT优化,并使用隐式序列点。
msdn2.microsoft.com
5.
the aftersales service team can provide convenient JIT service.
一流的售后服务团队,为您解决后顾之忧。
gz.jobems.com
6.
If you are using Just My Code, suppressing JIT optimization can cause non-user code to appear as user code (My Code).
如果正在使用“仅我的代码”,则取消JIT优化会导致非用户代码显示为用户代码(“我的代码”)。
msdn2.microsoft.com
7.
Without a JIT, direct field access is about 3x faster than invoking a trivial getter.
无JIT时,直接字段访问大约比调用getter访问快3倍。
www.cnblogs.com
8.
The JIT compiler compiles Java bytecode to optimised native binary code at run time.
JIT编译器在运行时将Java字节码编译为优化的二进制码。
www.ibm.com
9.
Only with JIT dispatch can goods be transferred from suppliers to customers.
只有在JIT派遣供应商转移货物可以给客户。
www.zzzdao.com
10.
To the third kind of raw material: Straight delivering raw material, it adopts the JIT method to manage the inventory.
对第三类原材料:直送工位的原材料,采取的是JIT库存管理方法。
www.fabiao.net
1.
JIT improvements are our other main tool for improving performance.
JIT的改进是另一个改善性能的主要工具。
www.infoq.com
2.
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
3.
You can specify the way the just-in-time (JIT) compiled code from loaded assemblies is shared between application domains.
可以指定在应用程序域间共享来自已加载程序集的实时(JIT)编译代码的方式。
msdn2.microsoft.com
4.
The JIT compiler understands your need for both efficiency and elegance, so it inlines the property accessor .
JIT编译器了解你的对于效率与优雅的需求,因此它对属性访问符进行了内联。
dictsearch.appspot.com
5.
Once it reaches a specified threshold, it will direct the JIT to produce native code.
一旦某个方法达到了特定的阈值后,它会通知JIT生成本机代码。
www.infoq.com
6.
Suppressing JIT optimization means you are debugging non-optimized code.
取消JIT优化意味着您调试的是非优化代码。
207.46.16.252
7.
The count of bytes of native code generated by the JIT compiler that has been discarded.
由JIT编译器生成的已丢弃的本机代码的字节计数。
msdn2.microsoft.com
8.
In just-in-time (JIT) ways, the delivery behaviors depend on the manufacturers in supply chains.
在精益生产方式下,制造商决定供应链的发货行为。
www.ceps.com.tw
9.
When the JIT compiler encounters a custom modifier, it handles the value in the way that the modifier specifies.
当JIT编译器遇到自定义修饰符时,它会按照修饰符指定的方式处理值。
msdn2.microsoft.com
10.
You can see the JIT compilations and class-loading events that also corresponded to the application running.
您可以看到也对应于应用程序运行的JIT编译和类加载事件。
www.ibm.com
1.
The JIT generates a version of the method to handle integer types.
JIT生成该方法处理integer类型的版本。
msdn2.microsoft.com
2.
The first time the AccessPrivateMethod method is executed, JIT visibility checks are enforced.
第一次执行AccessPrivateMethod方法时,强制执行了JIT可见性检查。
msdn2.microsoft.com
3.
The number of bytes in use by the JIT compiler's heap.
由JIT编译器的堆使用的字节数。
msdn2.microsoft.com
4.
However those restriction quickly melt away if the lock can been JIT'ed away.
然而,如果锁已经被JIT化了,那么这些限制很快就会消失。
www.infoq.com
5.
In addition , not loading the JIT compiler saves a fixed amount of memory for each application instance .
此外,不加载JIT编译器会为每个应用程序实例节省固定量的内存。
www.bing.com
6.
Describes the effects of JIT optimization on debugging.
描述调试时JIT优化的作用。
msdn2.microsoft.com
7.
Hence, the comparative analysis of costs of JIT and EMQ is necessary, with theoretical and practical significance.
因此,对基于EMQ生产模式、JIT生产模式的生产成本的比较研究具有理论的内在要求和现实的重要意义。
www.fabiao.net
8.
The count of bytes of native code generated by the JIT compiler.
由JIT编译器生成的本机代码的字节计数。
msdn2.microsoft.com
9.
You can request the JIT-compiler to not optimize the resulting machine code.
您可以要求JIT编译器不最佳化最终的机器码。
technet.microsoft.com
10.
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
1.
To prevent. NET from optimizing the binaries during the JIT process, you must complete the steps outlined in this topic on the UM server.
若要防止.NET在JIT过程中优化二进制,必须在UM服务器上完成此主题中概括的步骤。
technet.microsoft.com
2.
Coordinating the material arrival JIT.
协调原材料在指定时间到达仓库。
www.jsnei.com
3.
A JIT compiler would see an optimization opportunity here.
JIT编译器会在这里看到一个优化的机会。
www.ibm.com
4.
With JIT, the customer receives its shipments precisely when and where they are needed.
随着生产,客户收到的出货量正是在何时何地,他们是必要的。
jgdmj.a1pak.com
5.
If LLVM is compiled in, the JIT is on by default, automatically compiling methods that are run a lot into machine code.
如果在编译时加入LLVM,会默认开启JIT,自动将多次运行的方法编译成机器码。
www.infoq.com
6.
Suppress JIT optimization on module load option.
“在模块加载时取消JIT优化”选项控制。
207.46.16.252
7.
More detailed planning, if required, will be done on a just-in-time (JIT) basis by the individual(s) doing the work.
如果需要,做这项工作的人会在及时(just-in-time,JIT)的基础上进行更详细的计划。
www.ibm.com
8.
The following counters pertain to JIT compiler operations.
下列计数器与JIT编译器操作有关。
msdn2.microsoft.com
9.
In order to ensure vehicle plant'JIT production, main node factories of automotive inbound logistics must run with highly coordination.
为保证整车厂的JIT生产,就要求汽车入厂物流各主要节点企业高度协同运作。
www.fabiao.net
10.
JIT is the most important JVM component in terms of performance.
就性能而言,JIT是最重要的JVM组件。
www-128.ibm.com
1.
Specifies the debugging mode for the just-in-time (JIT) compiler.
指定实时(JIT)编译器的调试模式。
msdn2.microsoft.com
2.
The count of methods generated by the JIT compiler.
由JIT编译器生成的方法的计数。
msdn2.microsoft.com
3.
According product plan, release JIT PO to suppliers.
根据生产作业计划,下达供应商JIT计划。
www.haoqiantu.cn
4.
The JVM performs JIT compilation of byte code into machine code.
JVM可将字节代码即时编译为机器代码。
www.ibm.com
5.
The process of JIT-compiling and then running the code is repeated until execution is complete.
JIT编译考虑了在执行过程中某些代码可能永远不会被调用的可能性。
technet.microsoft.com
6.
All we need to do is run the benchmark until all of the code has been JIT'ed and then start measuring.
我们需要做的就是在开始测量前,先不断地运行基准测试,直到所有代码都已经完成了JIT化。
www.infoq.com
7.
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
8.
No warmup was performed, and it made no account for the time taken by JIT execution.
没有进行热身(warmup),没有考虑JIT执行所花的时间。
www.ibm.com
9.
See Resources for more details on JIT compilation.
有关JIT编译的更多详细信息,请参阅参考资料。
www.ibm.com
10.
Teach the JIT how to compile ruby code down to machine code more efficiently has big payoffs, and we're always working on this.
告诉JIT如何更有效地将Ruby代码编译为机器码是很有收获的事,我们一直在做这方面的工作。
www.infoq.com
1.
This is true to a large extent now, and will get even better as weavers improve and become more tightly integrated with JITs and VMs.
目前在很大程度上这是事实,而且随着编织器的改进,以及与JIT和VM的集成越来越紧密,情况还会变得更好。
www.ibm.com
2.
The JIT purchasing based on order-driven and the win-win cooperative relations with suppliers are discussed.
对基于订单驱动的准时化采购及与供应商的双赢合作关系进行了探讨。
www.fabiao.net
3.
The JIT production system was developed by the Toyota Motor Company about 50 years ago.
准时制生产是约50年前由丰田汽车公司开发出来。
wenku.baidu.com
4.
This was because the JIT already runs concurrently with executing ruby code.
这么做是因为JIT是和执行中的Ruby代码并发执行的。
www.infoq.com
5.
In discrete production stages, pull type production is used kernelled by JIT to control production logistics.
以JIT为主线,采用拉式生产模式,进行离散生产阶段的生产物流控制。
www.ceps.com.tw
6.
Once it has determined that the code is "dead" , it can direct the JIT to eliminate it.
一旦代码被标识为已“死亡”,JIT就会除去它。
www.infoq.com
7.
EMQ and JIT are popular approaches of managenment decisions at present.
EMQ生产模式和JIT生产模式是目前较常用的生产方式。
www.fabiao.net
8.
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
9.
The dramatic differences in the numbers for the 1. 3 JDK with and without the JIT require some explanation.
对于1.3JDK在有和没有JIT时,数字上的巨大差异需要给出一些解释。
www.ibm.com
10.
Instead of JITing your entire application when it starts, the CLR invokes the JITer on a function-by-function basis.
不是在启动时,编译整个应用程序,相反,CLR是一个方法一个方法的调用JIT的。
dictsearch.appspot.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/30 13:49:38