It also holds activation frames for JIT compiled code (with a twist).
它掌握所有JIT编译后代码的活动帧。
Level Two — Engines, Compiled Code, Sources, and Object operations.
引擎、编译后的代码、源文件以及对象操作。
Otherwise, the compiled code can be executed using the lua_pcall function.
否则,使用lua_pcall函数执行编译后的代码。
Most modern JVMs use a combination of interpretation and compiled code execution.
大多数现代JVM结合使用了解释和编译的代码执行。
This article talks about my design, and it includes a compiled code snippet as well.
我的设计的相关问题,它包括一个已编译的代码段以及。
You can store your VXML in several different mediums, from a static file to compiled code.
您可以在多种不同的媒体中(从静态文件到经过编译的代码)存储VXML。
The results of running the setpb program binary of the above compiled code are shown below.
运行经过编译后的setpb程序的二进制代码将得到下面的输出。
Data flow analysis examines compiled code to identify potential memory and resource problems.
数据流分析检查了汇编的代码,以识别潜在的内存和资源问题。
Default JIT compilation at low priority with Ahead-of-time (AOT) compiled code used initially.
较低优先级上的默认JIT编译,在最初使用了提前(Ahead - of - time,AOT)编译代码。
The script consists of the ByteLoader preamble, with the compiled code stored as a byte string.
该脚本由 ByteLoader前同步码组成,编译好的代码以字节字符串的形式保存。
That lets the compiler know that you want to use some actual compiled code from that library.
那是告诉编译器我们想要在程序库中,使用一些当前的编译后的代码。
In such a system, it is much better to link against the compiled code instead of the actual source code.
在这样的系统中,链接到经过编译的代码而是实际的源代码会好得多。
This will result in output containing both the starting and ending addresses of the compiled code for each method.
这将会导致在输出结果中包含每个方法已编译的代码的起始地址和结束地址。
In more formal languages, efficiency of compiled code is a priority, and a limit is placed on language flexibility.
对于较为正式的语言,需要优先考虑已编译代码的效率,并且对语言的灵活性有所限制。
Is an inline function, meaning the compiled code makes the conversion, often without generating a function call.
是一个“内联函数”,这意味著转换是由已编译的代码执行的,通常不会生成函数调用。
AOT-compiled code, therefore, needs to be bound into the JVM's current execution environment before it can be executed.
因此aot编译代码需要绑定到JVM的当前执行环境中,然后才能执行。
The next level of engagement involves operating directly with engines and abstractions of source code and compiled code.
下一种级别的约定包括直接执行引擎、源文件的抽象,以及编译后的代码。
Currently, the logic that assigns the tests and tests due date to a computer is part of this application's compiled code.
目前,为计算机分配测试和测试到期日期的逻辑是该应用程序的已编译代码的一部分。
Furthermore, due to a novel approach to bytecode verification, we're also able to ensure runtime type safety of the compiled code.
此外,由于采用了新的方式对字节码进行校验,我们还能确保编译的代码在运行时的类型安全。
But performing a task with interpreted code and performing it with compiled code can take significantly different amounts of time.
但是使用解释后的代码执行任务和使用编译后的代码执行任务在时间上有巨大的差异。
Reflection also suffers a performance disadvantage when compared to calling a method or accessing a field directly in compiled code.
与直接在已编译代码中调用方法或访问字段相比,反射在性能上也处于劣势。
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编译器生成的本地代码。
Let's say you're going to time 200,000 iterations through a loop, and the compiled code is 10 times faster than the interpreted code.
假设您正在通过循环计时200,000次迭代,编译代码比解释代码快10倍。
The statically compiled code can then make direct calls to methods, even though the methods won't actually be implemented until runtime.
这样静态编译的代码就可以直接调用方法,即使方法只有到了运行时才能真正实现。
The optimizations performed by today's JVM are extraordinary, allowing byte code to outperform natively-compiled code in many cases.
如今JVM的性能优化是非凡的,它允许字节码(byte code)在许多情况下得到和本地编译的代码相同的性能。
A second disadvantage is that AOT-compiled code, though faster than interpreted code, can be substantially slower than JIT-compiled code.
第二个缺点是,尽管AOT编译过的代码比解释过的代码执行速度快,但是却比JIT编译的代码慢得多。
The advances in hardware allow interpreted code to run faster today than compiled code on some systems available when I started work on Bash.
就Bash而论,硬件的进步使今天的解释型代码运行速度快于当初我开始工作时可用的一些系统上的编译型代码。
Rt applications can also derive an important benefit from AOT-compiled code: more-deterministic performance that exceeds interpreted performance.
RT应用程序也能从AOT编译代码中获得重要的收益:更具确定性的性能超过了解释的性能。
However, compiled code runs more efficiently on it when using a compiler that schedules instructions specifically for the CPU's pipeline structure.
然而,如果使用专门为CPU的流水线结构进行优化的编译器时,编译后的代码可以更有效地运行。
However, compiled code runs more efficiently on it when using a compiler that schedules instructions specifically for the CPU's pipeline structure.
然而,如果使用专门为CPU的流水线结构进行优化的编译器时,编译后的代码可以更有效地运行。
应用推荐