A very nice goody provided by just-in-time compilation.
通过即时编译提供了一个很好的人。
I guessed that the just-in-time compilation probably had some startup overhead that swamped the running time.
我猜测大概是即时编译所需的启动开销拖累了运行时间。
A link demand causes a security check during just-in-time compilation and checks only the immediate calling assembly of your code.
链接要求导致在实时编译过程中进行安全检查,并且只检查您的代码的直接调用程序集。
Currently, just in time compilation in JRuby is restricted to 2048 methods, ahead of time compiling can help to mitigate that restriction.
现在JRuby中有2048个方法采用即时编译,而提前编译能减轻这一限制。
A running JVM executes bytecode by translating it on the fly into machine code that its host will understand, a process called just-in-time compilation.
运行中的JVM靠快速把字节码转换成宿主能理解的机器码执行字节码,这个过程叫即时编译。
Interactive performance is best covered by static compilation because no run-time compilation activity interferes with the user's response-time expectations.
静态编译可以产生最佳的交互式性能,因为没有运行时编译行为来影响用户预期的响应时间。
Additionally, the SRC folder from EmployeeListJPA needs to be added to the build path of the EmployeeListWeb project to avoid development-time compilation errors.
另外,来自EmployeeListJPA的src文件夹需要添加至EmployeeList Web项目的构建路径,以避免开发时汇编错误。
For regular expressions that are used frequently, the one-time compilation penalty is insignificant because a significant improvement in execution time is possible.
对于常用的正则表达式,一次性编译损失无关紧要,这是因为执行时可能有显著改进。
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),将字节码在运行时转换成原生码,或者其他方法将会在以后出现,所以更多的性能提升仍然值得期待。
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 user of your script will never know the difference, except that the first invocation of Inline-enabled code takes a little time to complete the compilation of the embedded code.
使用您脚本的用户不会看出其中的不同,只不过第一次调用使用内联的代码时,程序将多花一点时间来完成对嵌入代码的编译。
In some cases, the "compilation" of your PHP code can far exceed the time required to execute the code.
在某些情况下,“编译”php代码的时间会远远超过执行该代码所需的时间。
It can also remove many issues that are related to compilation, classpath, or properties; these issues can cost a lot of project time and money.
它还可以消除与编译、类路径或属性相关的很多问题;这些问题可能会耗费大量的项目时间和资金。
It dramatically reduces compilation time if, for example, you modify version info, runtime settings, resource files, icon/splash screen, etc.
例如,当你修改版本信息、运行时设置、资源文件、图标/启动画面等时,它会极大地降低编译时间。
An important compilation task is to convert attribute value templates into an efficient structure for evaluation at run time.
一个重要的编译任务是将属性值模板转换成有效的结构以便在运行时求值。
Because of the compilation overhead involved this may actually increase the amount of time it takes for your program to run up to the point where problem occurs.
由于采用这种方法所引起的编译负载可能会实际增加程序运行到出现问题的地方所需要的时间。
If you have created many MQTs, all of which can be used to satisfy a query, the compilation time of the query can increase.
如果您创建了许多MQT(所有这些MQT都可以用于满足查询),那么查询的编译时间会增加。
The JIT compiler is selective about which code it compiles so that the time it takes to do the compilation is likely to be made up by the improvements to the code's performance.
JIT编译器将选择它要编译的代码,这样它花费的编译时间很可能通过对代码性能的改进得到补偿。
A basic interpreter has been implemented and is now used to evaluate cold paths, determined at compilation time using simple heuristics.
我们实现了一个基本的解释器,通过简单的启发式方法在编译期计算代码中不常经过的路径。
An automated build that is useable by the entire team will reduce the time that team spends chasing down compilation and convergence issues.
自动化的构建将会减少团队编辑和收集问题的时间。
Because compilation happens at the same time as program execution, the time it takes to compile the code is added to the program's running time.
因为在程序执行时进行编译,所以编译代码的时间将计入程序的执行时间。
Per Apple's iPhone policy, no application can include code that requires Just-in-Time (JIT) compilation.
根据苹果的iPhone政策,任何应用程序都不能包含需要JIT编译的代码。
Depending on the compilation time and how much faster the compiled code is than the interpreted code, small changes in the number of iterations can result in big differences in measured "performance."
根据编译时间和编译代码比解释代码快的程度,即使对迭代数量只做很小的变化,也可能造成测量的“性能”有极大差异。
Static compilation time initialization for data structures.
数据结构的静态汇编时间初始化。
Default JIT compilation at low priority with Ahead-of-time (AOT) compiled code used initially.
较低优先级上的默认JIT编译,在最初使用了提前(Ahead - of - time,AOT)编译代码。
The benefits of custom compilation, the procedure, and some considerations at compile time
定制编译的好处、过程和编译时的一些考虑因素
Here, software such as the Zend Engine takes the time to optimize the opcodes produced during compilation, literally reducing the amount of work that the code performs.
此处,Zend Engine之类的软件会优化编译过程中产生的操作码,这理论上会减少代码执行的工作总量。
In our case it means, that classes defined in Warsaw project cannot be accessed in Global project at compilation time, so we cannot extend them or use them as regular class components.
这就意味着在编译时,Global项目无法访问Warsaw项目中定义的类,所以在Global项目中,我们不能像常规类组件那样扩展或使用Warsaw定义的类。
Listing 2 contains a program that generates the compilation-time error message that happens when you try to add the wrong type of element to a generic collection - a List in this case.
在尝试向泛型集合(本例中为List)添加错误类型的元素时,清单2中的程序会生成编译时错误消息。
ITDs allows Roo to generate code in a separate compilation unit, but ITDs are combined into the same compiled class at compilation time.
ITDs允许Roo在一个单独的编译单元中生成代码,但ITDs在编译时被合并成同一个编译类。
应用推荐