释义 |
opcodesCOCA²⁵⁴³³⁷⁺⁶BNC¹⁷³⁹⁹⁵⁺² 基本例句 n.操作码;作业码原型opcode的复数 A set of processor- readable opcodes and data. The output of compilers, assemblers, linkers, and locators are files containing object code. 处理器能读的操纵码和数据。编译器、汇编器、连接器和定位器的输出文件都含有目标代码。 chinabaike As it relates to recipe constructs, JAUS defines a command structure that operates like opcodes in the low-level machine language of, say, a microcontroller. JAUS由于跟配方构造有关,所以定义了一种命令结构,跟微控制器的低级机器语言中的操作代码一样。 ibm It also makes it easy it's only a 40 KB file to take a look at the internals of a VM capable of running Ruby 1.9 opcodes. 作为一个能够运行 Ruby1.9操作码的虚拟机,HotRuby自身仅为一个40KB大小的文件,这使得研讨这样一个虚拟机的内部构 造不再困难。 infoq The regular expression is first translated to the compiler's regular expression opcodes. 正则表达式首先被翻译为编译器的正则表达式操作码。 microsoft Using a JIT will speed up execution by compiling to machine code, thus eliminating the overhead of fetching, decoding, and dispatching Python opcodes. JIT通过将代码编译成机器码,这样可以减少翻译 Python指令的时间,以此提高代码的执行速度。 yeeyan Because you're looking at the opcodes generated during the compilation stage, you get to see the code after Perl's own internal optimizations have been applied. 因为您正在查找在编译过程中生成的字节码,所以可以看到代码经过 Perl自己内部优化后的结果。 ibm Here, software such as the Zend Engine takes the time to optimize the opcodes produced during compilation, literally reducing the amount of work that the code performs. 此处, Zend Engine之类的软件会优化编译过程中产生的操作码,这理论上会减少代码执行的工作总量。 ibm It caches these compiled scripts as a series of opcodes to avoid the parse and compile steps for every request. 它作为一系列操作码缓存这些编译脚本,以避免为解析和编译每个请求步骤。 ibm Many codes must be used furthermore by applying their opcodes. 许多守则还必须使用通过应用其操作码。 blog.sina.com.cn Of course, in some applications, the time required to translate a file of PHP source code to its corresponding opcodes is insignificant compared to actual execution time. 当然,在某些应用程序中,相比较实际的执行时间,将 PHP源代码文件翻译为其相应的操作码所需的时间微不足道。 ibm Providing you know the Perl opcodes, you can begin to identify where the potential bottlenecks might be. 了解 Perl的操作码,就可以开始判断哪里可能是瓶颈。 ibm So when the cached opcodes of a PHP script exists, we can skip by the parse and compile steps of the PHP request process and directly execute the cache opcodes and output the results. 因此当 PHP脚本的缓存操作码存在时,我们可以跳过 PHP请求流程的解析和编译步骤,直接执行缓存操作码并输出结果。 ibm The numbers are known as opcodes. In ROM, our little program would look like this. 以上的数字为操作码。在只读寄存器中,这段小程序看上去应该象下面这样。 blog.sina.com.cn These opcodes can also be stored on disk. 这些操作码也可以存储在磁盘中。 infoq |