opcodes

操作码
常用释义
abbr. 操作码(operation codes)

扩展信息

操作码
汇编代码经编译器处理后输出为操作码opcodes),操作码是指令或执行单条指令所必需的开关序列的二进制表示形式。为了 …
机器码
...中可以看到系统有一个微处理器,用於储存微处理器运算机器码(Opcodes)的挥发性(Volatile)和非挥发性(Non-volatile)记忆体…
操作编码
/0.* 的操作编码OPCODES)和它们的各自OP-DATA 数据定义如下:6.1. NOP (OPCODE 0):这是HTCP标准的“ping”。
伪代码
描述:一个把伪代码opcodes)翻译为给处理器读的原始输出(object文件)的汇编器 相关内容:Masm,宏(macro)汇编 …
指令
lua 源文件 非常基本的分析 - 火魔网 ... object 基本值类型体 opcodes 指令 parser 词法分析 ...

例句

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源代码编译为操作码,然后由解释器执行。