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),将字节码在运行时转换成原生码,或者其他方法将会在以后出现,所以更多的性能提升仍然值得期待。
Native code is compiled (and can be recompiled) by a Just-in-time (JIT) compiler while the application runs, based on which classes and methods are invoked frequently.
本机代码在应用程序运行时由即时(JIT)编译器编译(而且可以重新编译),基于经常调用的类和方法。
These statistics dispense data on the basic JVM features, such as Just-In-Time (JIT) compilation, class loading, memory allocation, and most interestingly, garbage collection.
这些统计信息涉及诸如即时 (JIT)编译、类加载、内存分配以及最有趣的垃圾收集之类基本的JVM特性。
The loop I used here should be a minor defect, because any decent Just-in-time (JIT) compiler will perform loop unrolling, which lessens the impact.
这里使用的循环应该算是一个缺陷,但是影响不大,因为所有即时(JIT)编译器都会执行循环展开,这会降低循环的影响。
One of these is the activity of the Just-in-time (JIT) compiler.
其中之一就是即时(JIT)编译器的活动。
But HATEOAS is based on the notion of progressive description I guess another good term might be JIT Protocol description (Just In Time).
而HATEOAS是基于逐步进展的描述这一观念,我认为一个更好的术语应当是即时协议描述(Just In Time)。
To reduce these performance problems, second generation JVMs added just-in-time (JIT) translation.
为了减少这些性能问题,第二代j VM添加了即时(just - in - time,JIT)转换。
When first developed in Japan in the 1970s, the idea of just-in-time (JIT) marked a radical new approach to the manufacturing process.
适时生产(JIT)的理念最早出现在70年代的日本,标志着生产过程的一个划时代的进步。
Psyco — to keep it very short — is a just-in-time (JIT) compiler of Python code into (x86) machine code.
Psyco可以保持代码非常简短;它是(x86)机器代码中的一个JITPython代码编译器。
Per Apple's iPhone policy, no application can include code that requires Just-in-Time (JIT) compilation.
根据苹果的iPhone政策,任何应用程序都不能包含需要JIT编译的代码。
Modern JVMs typically let code run for a while (usually purely interpreted) in order to gather profiling information before doing Just-in-time (JIT) compilation (see Resources).
在执行即时(Just - in - time,JIT)编译之前,现代的JVM通常会运行代码一段时间(常常是纯解释式运行),从而收集剖析信息(参见参考资料)。
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)的基础上进行更详细的计划。
Dell adopted a process Toyota used first in the 1960s called the Just-in-Time (JIT) method.
戴尔公司采用了丰田公司在20世纪60年代第一次使用过的适时反应模式。
Just-in-time (JIT) techniques are sometimes referred to as just-in-time production, just-in-time purchasing and just-in-time delivery.
准时制技术有时称为准时制生产、准时制采购和准时制交付。
The Just-in- time (JIT) compiler
即时(Just-in-time,JIT)编译器
How you provide this information depends upon whether you compile with the JIT (Just-in-Time) compiler or the AOT (Ahead-of-Time) compiler.
你如何提供这些信息取决于你使用的是JiT(即时)编译器还是AoT(预先)编译器。
Starting with the connotation of just in time(JIT) , this paper introduces completely the organization of promoting JIT, the way to apply it and its effect in Guangzhou Hitachi Elevator Co.
从准时生产(JIT)的内涵入手,全面介绍了广州日立电梯有限公司推进JIT生产的组织,实施JIT生产所采取的具体方法、措施及其成效。
Often people compare this to the relationship between JIT (Just-In-Time) and static compilation, but this comparison would often confuse me, as both have more than practical implementations.
人们经常将JIT(及时)之间的关系和静态编译,但是这比较常常迷惑我,都有多的实用的实现。
A manufacturing company in Beijing has recently improved profitability by introducing a Just in Time (JIT) system of distribution for its products which allows them to reduce inventory.
北京某家生产制造企业最近在产品分销中通过引入准时制(JIT)系统,减少了库存,提高了利润率。
Study on Just-in-Time(JIT)used to focus on JIT strategy of single component provider and main manufacturer.
以往研究准时制往往集中在单个零部件供应商和主生产商的准时制策略上。
According demands to pull production and supplication and to reduce stock sweeping, Just in Time (JIT) management will be an important strategy for quick response logistics system.
准时制管理(JIT)的原理是根据需求拉动生产和供应,降低库存积压,是实现快速反应物流系统正常运行的重要策略。
This article introduces the origin and characteristic of Just in Time (JIT) production system and the comparison between JIT production and Mass production.
本文概要地介绍了准时化(JIT)生产方式的产生、特点,以及准时化生产方式与传统的大批量生产方式的比较。
While the just-in-time (JIT) scheduling algorithm can ensure tasks' time limits, but it is unfit to work for multitasks systems.
在对实时多任务流系统进行统计分析的基础上,提出了一种嵌入JIT思想的立即抢先最优调度算法。
A feature called just-in-time (JIT) compiling enables all managed code to run in the native machine language of the system on which it is executing.
一种称为实时(JIT)编译的功能使所有托管代码能够以它在其上执行的系统的本机语言运行。
This was a primary motivation for designing Just in Time (JIT) activation, which does the following.
这就是设计实时(JIT)激活的主要动机,这种激活可执行以下任务。
At execution time, a just-in-time (JIT) compiler translates the MSIL into native code.
在执行时,实时(JIT)编译器将MSIL翻译为本机代码。
The runtime can use native images from the cache instead using the just-in-time (JIT) compiler to compile the original assembly.
运行时可从缓存中使用本机映像,而不是使用实时(JIT)编译器编译原始程序集。
The runtime can use native images from the cache instead of using the just-in-time (JIT) compiler to compile the original assembly.
运行时可从缓存中使用本机映像,而不必使用实时(JIT)编译器编译原始程序集。
The garbage collector has access to the list of active roots that the just-in-time (JIT) compiler and the runtime maintain.
垃圾回收器可以访问由 实时 (JIT)编译器和运行时维护的活动根的列表。
The garbage collector has access to the list of active roots that the just-in-time (JIT) compiler and the runtime maintain.
垃圾回收器可以访问由 实时 (JIT)编译器和运行时维护的活动根的列表。
应用推荐