native code
本地代码;原代码
2025-10-09 08:01 浏览次数 7
本地代码;原代码
native machine code机器码
Compile to native code编译为本机代码
Generate Native Code生成本机代码
For Native Code对于本机代码
native code translator本机码译码器
NATIVE LANGUAGE CODE我国的语言代号
native binary code转换为本机二进制码
native code application本机代码应用程序
native code libraries代码库
the ndk is a suite of tools that enable developers to create native code executables and shared libraries.
ndk是一个工具套件,开发者可以凭借其创建本地代码的可执行文件与共享程序库。
the jxes used to store aot code are generally much larger than the jar files that hold the class files because native code is generally less dense than the bytecodes stored in class files.
用于存储aot代码的jxe 文件通常要比存放类文件的jar文件大很多,这是因为本地代码一般要比存储在类文件中的字节码密度小。
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编译器生成的本地代码。
native code libraries can also be dynamically loaded.
本地代码库同样可以动态加载。
delaying native code compilation to run time rather than compiling before the program runs, as programs written in c or c++ do, maintains the portability requirement.
运行时才进行本地代码编译而不是在程序运行前进行编译(用c或 c++编写的程序正好属于后一情形),保证了可移植性的需求。
when the threshold count for a method reaches zero (0) the method becomes eligible for compilation into native code by jit.
当一个方法的上限计数器达到零(0)时,就可以使用jit将这个方法编译成本地代码了。
you might think that compiling all the code statically is the best approach because it results in the largest amount of native code executing at run time.
您可能认为对所有的代码进行静态编译是最好的方法,因为可以在运行时执行最大数量的本地代码。
native code execution also requires a variety of supplementary data to describe how the code needs to be bound into a jvm and how to catch exceptions, for example, so that the code can be executed.
执行本地代码还需要各种补充数据,用以描述如何将代码绑定到jvm以及如何捕获异常(比如),从而执行代码。
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)编译器编译(而且可以重新编译),基于经常调用的类和方法。
jit compilers selectively compile the most frequently executing methods to native code while programs are running.
程序运行时,jit编译器选择将最频繁执行的方法编译成本地代码。
automation applications are often compiled to native code and therefore execute faster than vba code.
自动化应用程序经常被编译为本机代码,因此执行速度比vba代码快。
a goal of writing code for the dlr is to be able to write native code and not have to hand-code xaml.
为dlr编写代码的目标是,可以编写本地代码并且不需手工编写xaml。
when .net code called native code which calls other .netcode and makes the poorly designed application crash.
当.net代码调用源代码,这个源代码又去调用另外.net代码,使设计拙劣的程序崩溃。
the aot compilation tool, jxeinajar, generates native code from classes stored in jar or zip file formats.
aot编译工具jxeinajar 会从以jar或zip文件格式存储的类生成本地代码。
the difference from the previous timing figures is that here most of the time is spent in classloading and native code generation by the jvm for the data binding framework code.
同前面的计时数字不同:这里大多数的时间花费在了类装入,以及为获得数据绑定框架代码而由jvm 进行的本机代码生成。
unless the code is executed several times, these costs might not be offset by the performance benefit of native code versus interpretation.
除非多次执行代码,否则这些代价不能由本地代码相对解释的性能优势来弥补。
to get or modify any further file attributes, you must implement this yourself in native code specific to the platforms you want to run on — not exactly easy.
为了获取或者修改更多的文件属性,必须利用运行所在平台特定的本地代码来实现,这很困难。
this tool either applies native code compilation to all methods of all classes in a jar file or applies it selectively to the methods of interest.
该工具对jar文件中所有类的所有方法应用本地代码编译,也可以选择性地对需要的方法应用本地代码编译。
similarly, interactive applications can benefit from native code performance quickly without the cost of dynamic compilation that causes poor responsiveness.
类似地,交互式应用程序可以很快地从本地代码中获益,无需使用引起较差响应能力的动态编译。
native code may attempt to access an object that has invalid input (such as a stale local reference) or that is coded incorrectly.
本机代码可能尝试访问具有无效输入(如过时的本地引用)或编码错误的对象。