You may use either a native compiler running under the emulator or a cross-compiler on your host.
既可用模拟器下的原有编译器,也可用主机上的跨编译器。
A native compiler compiles instructions for the same sort of processor as the one it is running on.
本地编译器编译与本机同类的处理器的指令。
My own preference is to have GCC always mean the native compiler, and I explicitly invoke or configure mingw32-gcc as I need.
我自己的首选是让gcc总是意味着本机编译器,并按需显式调用或配置mingw32 - gcc。
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编译器生成的本地代码。
You will create native functions in SPL to make use of the functions generated by the MATLAB compiler.
您将在SPL中创建一些本机函数,以便利用MATLAB编译器生成的函数。
Native z/OS Batch: Use the C compiler CXX runtime option for C++ programs.
原生z/OS批作业:对于 C++程序,使用C编译器的CXX运行时选项。
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编译器生成本地代码。
On one version of the UnixWare compiler, references to STRCMP were translated automatically into an Intel processor's native string compare instruction.
在UnixWare编译器的某一个版本中,对strcmp的引用被自动转换为Intel处理器自己的字符串比较指令。
For instance, GCC on UnixWare didn't trigger the above bug; only the compiler that came with the system's native development package did.
例如,UnixWare上的gcc不会发生前面的bug;只是在使用系统本身的开发包进行编译时才会发生。
The z/OS C compiler is actually both a C and C++ compiler in one, and can be called either from native z/OS or USS.
z/OSC编译器实际上把 C和 C++ 编译器融为一体,而且可以从原生 z/OS或USS 调用。
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编译器在运行时所做的一般),因此这也是混淆代码的一个不错的方式。
Specify the GOFF C compiler option if compiling in native z/OS.
如果要在原生z/OS 上编译,那么必须指定GOFFC编译器选项。
You will write the SPL application that uses the native functions that wrap the functions generated by the MATLAB compiler.
您将编写一个使用本机函数的SPL应用程序,这些本机函数封装MATLAB 编译器生成的函数。
The runtime can use native images from the cache instead using the just-in-time (JIT) compiler to compile the original assembly.
运行时可从缓存中使用本机映像,而不是使用实时(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翻译为本机代码。
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 runtime can use native images from the cache instead of using the just-in-time (JIT) compiler to compile the original assembly.
运行时可从缓存中使用本机映像,而不必使用实时(JIT)编译器编译原始程序集。
应用推荐