bytecodes

字节码
常用释义
字节码(bytecode 的复数)

扩展信息

字节码
...act和native方法外,其他方法还有保存方法的字节码(bytecodes)操作数栈和方法栈帧(堆栈以帧为单位保存线程的状态)的 …
位元码
...ython 直译器内部会自行将原始档转成一种称为「位元码」(bytecodes)的中介格式,再转换成你的电脑能读懂的原生语言形式…
字节编码
...含所有报表表达式(expressions)的 类的字节编码bytecodes),这个动态建立的类在填充报表的时候用来评估报 表表达 …

例句

正则表达式模式被编译成一系列的位元组码,然后由用C编写的匹配引擎执行。

Java虚拟机(JVM)规范定义了这些字节码的执行(参见参考资料)。

The binary data can be malformed if the bytecodes have been changed -- if the major or minor number has been changed, for instance.

如果字节码发生了更改,例如主版本号或次版本号发生了更改,那么二进制数据的形式就会有误。

The class loader does a number of checks on the bytecodes of the class to ensure that it is well formed and well behaved .

类别载入器对于类别的字节码要做许多检测,以确保格式正确、行为正确。

Because Dalvik is the VM architecture, it relies on a high-level language compiled into the bytecodes that the VM understands.

BecauseDalvik是VM架构,它依赖于编译成VM理解的bytecodes的一种高级语言。

字节码使用一个理论上无限大的操作数堆栈来描述计算。

修复这个问题的惟一方法就是获得字节码的正确副本,可能需要重新进行编译。

运行时变量只是常规Python解释器处理的原始字节码和对象结构。

Our translation layer operates on Actionscript bytecodes, not Actionscript source, so it doesn't operate on an AST.

我们的转换层操纵ActionScript字节码,而不是ActionScript源代码,因此它并不会使用AST。

A number of the bytecodes and algorithms used by the MagLev VM are specific to Ruby.

MagLev虚拟机使用的大量字节码和算法都是Ruby独有的。

将Java字节码编译成本地文件实际上是为了获得更好的性能,但生成本地代码时可能会导致暂停。

其他示例包括Java技术,它从Java字节码到主机的底层架构得到解译。

Load time -- Identical to the compile-time weaving of aspect bytecodes, but done when classes are loaded.

装入时——与方面字节码的编译时编织相同,但是,是在类装入的时候进行编织。

注意我是如何使用自定义的类加载器访问这个类的,该加载器按照请求加载编译后的字节码。

JVM在一个应用程序的执行过程中,可能会把相同的字节码重新编译许多次。

A compiler looks for various patterns in the source to convert the source code expressions into bytecodes.

编译器在源代码中查找各种模式以便将源代码表达式转换为字节码。

它还可以查找在字节码的相应范围中抛出Exception的实例。

This can be done easily using reflection on the bytecodes returned by the ICompilerRequestor implementation.

对ICompilerRequestor实现返回的字节码使用反射很容易做到。

A solution to this issue is to precompile Java bytecodes using AOT compilation.

此问题的解决方案之一是使用AOT编译预先编译Java字节码。

When a Lua program is executed, it is translated into bytecodes, and then executed in the VM.

当执行一个Lua程序时,将其翻译成bytecodes,然后在VM中执行。