This means that the bytecodes are from different files.
这意味着字节码来自不同的文件。
Is HHVM right solution for compiling PHP into bytecodes?
是编译PHP字节码hhvm到正确的解决方案?
Rubinius has fast debugging using special bytecodes at runtime.
Rubinius也带了快速调试功能,在运行期使用特殊的字节码。
In the future, I might want to compile directly to bytecodes.
将来,我想要直接编译成字节码。
In this case the compiled code and bytecodes are part of the 16mb.
已编译代码和字节码是这16MB的一部分。
A number of the bytecodes and algorithms used by the MagLev VM are specific to Ruby.
MagLev虚拟机使用的大量字节码和算法都是Ruby独有的。
Bytecodes describe calculations using a theoretically infinitely large operand stack.
字节码使用一个理论上无限大的操作数堆栈来描述计算。
The JVM may recompile the same bytecodes many times in a single application execution.
JVM在一个应用程序的执行过程中,可能会把相同的字节码重新编译许多次。
When a Lua program is executed, it is translated into bytecodes, and then executed in the VM.
当执行一个Lua程序时,将其翻译成bytecodes,然后在VM中执行。
It also looks for instances where Exception is thrown in the corresponding range of bytecodes.
它还可以查找在字节码的相应范围中抛出Exception的实例。
The only way to fix this problem is to obtain a corrected copy of the bytecodes, possibly by recompiling.
修复这个问题的惟一方法就是获得字节码的正确副本,可能需要重新进行编译。
A compiler looks for various patterns in the source to convert the source code expressions into bytecodes.
编译器在源代码中查找各种模式以便将源代码表达式转换为字节码。
And because fewer than 255 bytecodes are available to describe operations, the implementation cost is low.
并且因为用于描述操作的字节码少于255个,所以实现的成本比较低。
Notice how I access the class from a custom class loader, which loads the compiled bytecodes upon request.
注意我是如何使用自定义的类加载器访问这个类的,该加载器按照请求加载编译后的字节码。
This can be done easily using reflection on the bytecodes returned by the ICompilerRequestor implementation.
对ICompilerRequestor实现返回的字节码使用反射很容易做到。
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。
The JVM interpreted the bytecodes rather than compiling them to machine code and executing the machine code directly.
JVM解释字节码,而不是把字节码编译成机器码并直接执行机器码。
The class loader does a number of checks on the bytecodes of the class to ensure that it is well formed and well behaved.
类装入器对于类的字节码要做许多检测,以确保格式正确、行为正确。
The binary data can be malformed if the bytecodes have been changed -- if the major or minor number has been changed, for instance.
如果字节码发生了更改,例如主版本号或次版本号发生了更改,那么二进制数据的形式就会有误。
Because Dalvik is the VM architecture, it relies on a high-level language compiled into the bytecodes that the VM understands.
Because Dalvik是VM架构,它依赖于编译成VM理解的bytecodes的一种高级语言。
Problems that could stem from compiling new bytecodes also apply to changing those bytecodes at build time, load time, or run time.
在构建时、装入时或运行时修改这些字节码的时候,一些影响编译新字节码的问题也会出现。
Many modern games include scripting of nonplayer-character behaviors and other game aspects using languages that execute bytecodes (such as Lua).
许多现代游戏包括非玩家控制角色行为的脚本化和使用执行bytecodes(比如Lua)的语言的其他游戏方面。
The Erlang language (developed by Ericsson) USES a VM to execute Erlang bytecodes and also to interpret Erlang from the source's abstract syntax tree.
Erlang语言(由Ericsson开发)使用一个VM来执行erlangbytecodes,且通过源的抽象语法树解译erlang。
Parrot was originally designed as a run time for Perl6, but it is a flexible environment for execution of bytecodes for many languages (see Figure 3).
Parrot最初被设计为Perl6的一个运行时,不过是一个灵活的环境,可为多种语言执行bytecodes(见图3)。
So what does pass-by-value actually mean? To answer this, it's instructive to look at some JVM1 bytecodes that result from the following two commands.
那值传递到底是什么意思?要回答这个疑问,有须要看一下运行以下两行命令后的JVM的字节码。
This could occur if the bytecodes had been deliberately hacked, for example, or if an error had occurred when transferring the class file over a network.
例如,如果对字节码故意做了更改,或者在通过网络传送类文件时现出了错误,那么就可能发生这个异常。
FindBugs is a static analysis tool that examines your class or JAR files looking for potential problems by matching your bytecodes against a list of bug patterns.
FindBugs是一个静态分析工具,它检查类或者JAR文件,将字节码与一组缺陷模式进行对比以发现可能的问题。
The ESAX bytecodes are encoded using one of several multiplexed PPM models based on its syntactic structure (elements, characters, attributes, and miscellaneous symbols).
ESAX字节码根据其句法结构(元素、字符、属性和杂项符号)通过多个复用PPM模型之一进行编码。
The process involves generating an internal representation of a method that's different from bytecodes but at a higher level than the target processor's native instructions.
此过程将生成方法的一个内部表示,该表示与字节码不同但是其级别要高于目标处理器的本地指令。
应用推荐