native code compiler的意思|示意

美 / / 英 / /

本机代码编译器


native code compiler的网络常见释义

本地代码编译器    本地代码编译器(native code compiler)是什么东西?归谁管?

native code compiler相关例句

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 编译器生成的本地代码。

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 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编译器的输出,机器代码事实上是运行在运行时上。

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编译器在运行时所做的一般),因此这也是混淆代码的一个不错的方式。

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)编译器编译(而且可以重新编译),基于经常调用的类和方法。

At execution time, a just-in-time (JIT) compiler translates the MSIL into native code.

在执行时,实时(JIT)编译器将MSIL翻译为本机代码。