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)编译器编译(而且可以重新编译),基于经常调用的类和方法。
To eliminate interpretation's high performance cost, a JIT compiler selects frequently executed code to be translated directly to the CPU's native instructions.
为了消除解释的高性能代价,JIT编译器选择将频繁执行的代码直接转换为CPU的本地指令。
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编译器生成的本地代码。
Facebook still USES PHP, but it has built a compiler for it so it can be turned into native code on its web servers, thus boosting performance.
Facebook也使用PHP,但它已经为它建立一个编译器,以便它可以分为本地代码打开了Web服务器,从而提高性能。
The jxeinajar tool compiles the methods in a JAR file and constructs a JXE file that contains both the contents of the original JAR file and the native code generated by the AOT compiler.
jxeinajar工具编译JAR文件中的方法并构造一个JXE 文件,后者包含原始 JAR 文件的内容以及AOT编译器生成的本地代码。
The first step, AOT code generation (using the jxeinajar tool), generates native code using the AOT compiler.
第一步,AOT代码生成(使用jxeinajar工具),使用AOT编译器生成本地代码。
The Ruby source code is compiled into native machine code (same process as we do at runtime with the JIT compiler), so it's also a good way to obfuscate the source code.
因为Ruby源代码已经编译成了原生机器码(正如我们使用JIT编译器在运行时所做的一般),因此这也是混淆代码的一个不错的方式。
The other use of the phrase native code is to describe the output of the JIT compiler, the machine code that actually runs in the runtime.
本地代码的另一个使用是描述了JIT编译器的输出,机器代码事实上是运行在运行时上。
At execution time, a just-in-time (JIT) compiler translates the MSIL into native code.
在执行时,实时(JIT)编译器将MSIL翻译为本机代码。
At execution time, a just-in-time (JIT) compiler translates the MSIL into native code.
在执行时,实时(JIT)编译器将MSIL翻译为本机代码。
应用推荐