• This means that the bytecodes are from different files.

    意味着字节来自不同的文件。

    youdao

  • Is HHVM right solution for compiling PHP into bytecodes?

    编译PHP字节码hhvm到正确解决方案?

    youdao

  • Rubinius has fast debugging using special bytecodes at runtime.

    Rubinius也带了快速调试功能运行期使用特殊的字节码

    youdao

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

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

    youdao

  • Bytecodes describe calculations using a theoretically infinitely large operand stack.

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

    youdao

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

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

    youdao

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

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

    youdao

  • It also looks for instances where Exception is thrown in the corresponding range of bytecodes.

    可以查找字节相应范围抛出Exception实例

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

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

    我们转换操纵actionscript字节码而不是ActionScript源代码因此并不使用AST。

    youdao

  • The JVM interpreted the bytecodes rather than compiling them to machine code and executing the machine code directly.

    JVM解释字节码,不是把字节码编译机器码直接执行机器码。

    youdao

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

    装入器对于类字节码要许多检测确保格式正确、行为正确

    youdao

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

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

    youdao

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

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

    youdao

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

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

    youdao

  • Many modern games include scripting of nonplayer-character behaviors and other game aspects using languages that execute bytecodes (such as Lua).

    许多现代游戏包括非玩家控制角色行为脚本使用执行bytecodes比如Lua)的语言其他游戏方面

    youdao

  • 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。

    youdao

  • 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)。

    youdao

  • 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的字节码。

    youdao

  • 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.

    例如如果字节故意做了更改,或者通过网络传送文件现出了错误那么可能发生这个异常。

    youdao

  • 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文件,将字节码缺陷模式进行对比以发现可能问题

    youdao

  • 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模型之一进行编码。

    youdao

  • 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.

    过程生成方法一个内部表示,该表示字节不同但是级别要高于目标处理器本地指令

    youdao

  • It iterates the list of catch blocks, and if it finds one that catches Exception, it looks again for a catch block that catches RuntimeException for the same range of bytecodes.

    将迭代捕获列表如果发现捕获Exception,它会再次查找捕获块,该捕获块将捕获字节同一范围RuntimeException

    youdao

  • Optimizations such as Just In Time (JIT) compilation, turning bytecodes into native code at runtime, or others are still in the future, so more performance improvements are still to come.

    众多优化手段比如即时编译(JIT),字节运行时转换成原生码,或者其他方法将会以后出现,所以更多性能提升仍然值得期待。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定