opcodes

操作码

常用释义

词性释义

abbr. 操作码(operation codes)
例句
  • 全部
  • 操作码
Providing you know the Perl opcodes, you can begin to identify where the potential bottlenecks might be.
了解Perl的操作码,就可以开始判断哪里可能是瓶颈。
处理器能读的操纵码和数据。编译器、汇编器、连接器和定位器的输出文件都含有目标代码。
解析和编译脚本之后,脚本作为一系列操作码处于机器可解析状态。
It caches these compiled scripts as a series of opcodes to avoid the parse and compile steps for every request.
它作为一系列操作码缓存这些编译脚本,以避免为解析和编译每个请求步骤。
正则表达式首先被翻译为编译器的正则表达式操作码。
After your PHP code has been translated into opcodes, it can be saved and reused again and again -- until the original code is modified.
PHP代码被翻译成操作码后,可以把它保存起来并重复使用——直到原始代码被修改。
处理器能读的操作码和数据。
The core VM (which is really just the opcodes) is currently written in C, as are the primitives.
目前,虚拟机的核心(实际上就是操作码)和基础实现(primitives)都是使用C语言编写的。
First off, it doesn't come with a Ruby parser - instead it executes opcodes of the Ruby 1. 9 VM.
首先,HotRuby并不包含一个Ruby语法分析器——而是执行Ruby1.9虚拟机的操作码。
Ruby 1. 9, like Rubinius, compiles Ruby source code to opcodes which are then executed by it's opcode interpreter.
像Rubinius这样的Ruby1.9虚拟机可以将Ruby源代码编译为操作码,然后由解释器执行。
1·It caches these compiled scripts as a series of opcodes to avoid the parse and compile steps for every request.
它作为一系列操作码缓存这些编译脚本,以避免为解析和编译每个请求步骤。
2·These opcodes can also be stored on disk.
这些操作码也可以存储在磁盘中。
3·A set of processor-readable opcodes and data.
处理器能读的操作码和数据。
4·Providing you know the Perl opcodes, you can begin to identify where the potential bottlenecks might be.
了解 Perl 的操作码,就可以开始判断哪里可能是瓶颈。
5·A set of processor-readable opcodes and data. The output of compilers, assemblers, linkers, and locators are files containing object code.
处理器能读的操作码和数据。编译器、汇编器、连接器和定位器的输出文件都含有目标代码。