bytecodes

bytecodes

 英

  • 网络字节码;位元码;字节编码

例句

Regular expression patterns are compiled into a series of bytecodes which are then executed by a matching engine written in C.

表达模式编译一系列然后由用C编写匹配引擎执行

Execution of these bytecodes is defined by the Java Virtual Machine (JVM) specification (see Resources).

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.

BecauseDalvikVM架构依赖编译VM理解bytecodes一种高级语言

Bytecodes describe calculations using a theoretically infinitely large operand stack.

字节使用一个理论上无限操作堆栈描述计算

The only way to fix this problem is to obtain a corrected copy of the bytecodes, possibly by recompiling.

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

Run-time variables are simply the raw bytecodes and object structures that the regular Python interpreter handles.

运行变量只是常规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独有

Compiling Java bytecodes to native code is essential for good performance, but the action of generating the native code can cause pauses.

Java字节编译成本文件实际上为了获得更好性能生成本地代码可能导致暂停

Other examples include Java technology, which is interpreted from Java bytecodes to the underlying architecture of the host.

其他示例包括Java技术Java字节主机底层架构得到

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

入时——方面字节编译编织相同但是时候进行编织

Notice how I access the class from a custom class loader, which loads the compiled bytecodes upon request.

注意如何使用定义加载访问这个加载按照请求加载编译字节

The JVM may recompile the same bytecodes many times in a single application execution.

JVM一个应用程序执行过程可能相同字节重新编译许多

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

编译代码查找各种模式以便代码表达转换字节

It also looks for instances where Exception is thrown in the corresponding range of 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执行

Problems that could stem from compiling new bytecodes also apply to changing those bytecodes at build time, load time, or run time.

构建装入时或运行修改这些字节时候一些影响编译字节问题出现

And because fewer than 255 bytecodes are available to describe operations, the implementation cost is low.

并且因为用于描述操作字节少于255所以实现成本较低

In this case the compiled code and bytecodes are part of the 16MB.

已编译代码字节16MB一部分

Java applications use additional memory because the virtual machine has to do lots of "stuff" when running Java bytecodes.

Java应用程序使用额外内存因为运行Java字节虚拟必须完成许多工作”。

In the future, I might want to compile directly to bytecodes.

将来想要直接编译字节

To look at the disassembled bytecodes and learn how to structure your

查看反汇编字节学习如何构造自己