opcode

美 ['ɒpkəʊd]英 ['ɒpkəʊd]
  • n.操作码
  • 网络操作代码;作业码;指令操作码

opcodeopcode

opcode


Warning: Invalid argument supplied for foreach() in /www/wwwroot/www.dnatupu.com/wordpress/dict/cd.php on line 152

操作码

这个操作码(Opcode)分成了两个部分,叫做OpCode Group Field(操作码组域OGF)与 OpCode Command Field(操作码命令域O…

操作代码

根据层次(LAYER)和操作代码OPCODE)DUMP记录 根据LAYER和OPCODE可以DUMP某种类型的记录。

作业码

http://www.pts... ... "作业限制"," Restriction of maintenance work" "作业码,运算码"," Opcode" "作业编码"," Activity code" ...

指令操作码

...0 代表 MOV ax他指定了本条指令的操作,叫做指令操作码(Opcode),0000 0001 0000 0000 代表1,指定了操作的操作数,可以看 …

指令的操作码

指令的操作码Opcode)表明指令的操作,例如数据传送、加法运算等基本操作。操作数(Operand)是参与操作的数据,主 …

操作码宽

5.固定的32 bits 操作码宽(opcode),降低编码数量所产生的耗费,减轻解码和管线化的负担。6.大多均为一个CPU周期执行。

1
The easiest thing to boost performance of any PHP application (the "P" in LAMP, of course) is to take advantage of an opcode cache. 提高任何PHP应用程序(当然是LAMP中的“P”)的性能的最简单方式是利用一个操作码缓存。
2
An opcode cache saves this compiled opcode and reuses it the next time the page is called. 操作码缓存将保存这个编译后的操作码,并在下一次调用该页面时重用它。
3
If the program has more than one occurrence of the opcode, try to find the sequence printed by the handler code in the dump file. 如果这个程序中一条操作码出现了多次,请尝试在dump文件中寻找处理程序代码所打印的序列。
4
In AT&T syntax, the size of memory operands is determined from the last character of the opcode name. 在AT&T语法中,内存操作数的大小由操作码名称的最后一个字符决定。
5
We see a much cleaner syntax for defining these functions, which can be optimized for performance by opcode caches. 我们看到了定义这些函数的更规则的语法,这可以通过操作码缓存来优化性能。
6
Opcode caches have long been popular for PHP, with some of the first ones coming about back in the heyday of PHP V4. 操作码缓存对于PHP流行已久,其中早期的一些要追溯到PHPV4的全盛期。
7
Unlike APC and Wincache, it is only an opcode cache and optimizer, so it does not contain the user cache components. 不同于APC和Wincache,它仅是一个操作码缓存和优化器,因此它不包含用户缓存组件。
8
The other idea everyone has when looking at this, sooner or later, is "Why not put the opcode-to-template translation table in the code? " 阅读本文时,每个人迟早都会有的另一个想法是“为什么不把opcode-to-template转换表包含在代码中?”
9
On top of the stack to the type specified in the opcode, and places that converted value on the top of the stack. 转换为在操作码中指定的类型,然后将转换后的值放在堆栈顶部。
10
Opcode A sequence of bits that is recognized by the processor as one of the instructions in its instruction set. 一串被处理器验证过的二进制位的序列,它作为其指令集的一个子集。
11
Without a doubt, an opcode cache is the first step in speeding up PHP by removing the need to parse and compile a script on every request. 毫无疑问,一个操作码缓存是通过在每次请求后消除解析和编译脚本的需要来加速PHP的第一步。
12
It's also possible that your distribution has already packaged an opcode cache, and you just have to install it. 您的发布版也有可能已经包含了一个操作码缓存,只需安装即可。
13
Opcode is a single-byte instruction, and local represents a local variable with an index greater than Byte. MaxValue. opcode是单字节指令,并且local表示索引大于Byte.MaxValue的局部变量。
14
Using a single inline assembly opcode will probably work wonderfully on a uni-processor machine. 使用单条内嵌汇编操作码在单处理器系统上可能不会有什么问题。
15
OP code caches are useful so that your script does not have to be compiled on every request. 对运算码(OPcode)的缓存很有用,使得脚本不必为每个请求做重新编译。
16
File Cache - Even with the PHP opcode cache enabled, the PHP engine has to accesses the script files on a file system. 文件缓存-即使启用了PHP操作码缓存,PHP引擎要访问一个文件系统上的脚本文件。
17
Alternative PHP Cache (APC) is probably the most popular opcode cache for PHP (see Resources). 替代PHP缓存(APC)可能是PHP最流行的操作码缓存(参见参考资料)。
18
Another speed enhancer is opcode optimization. 提升速度的另一个途径是操作码优化。
19
From this, we just had to find the opcode of this instruction to compute the key. 由此看来,我们只要找到计算这个密码的指令操作码就可以了。
20
The best thing you can do for PHP is to install an opcode cache. 对于PHP,最好的事情就是安装一个操作码缓存。
21
The RET instruction opcode always generates a near return. RET指令操作码总是产生一个近的返回。
22
ILGenerator. EmitCalli(Opcode, CallingConventions, Type, Type[], Type[]) for calls using a managed calling convention. ILGenerator.EmitCalli(Opcode,CallingConventions,Type,Type[],Type[]),用于使用托管调用约定的调用。
23
Alternative PHP Cache, is probably the most popular opcode cache for PHP. 替代PHP缓存大概是PHP最流行的操作码缓存。
24
The makers of Zend also have a commercial opcode cache that includes an optimizer to further increase efficiency. Zend的厂商也提供了一种商业操作码缓存,包括一个进一步提高效率的优化器。
25
To enable the opcode optimizer, add --enable-xcache-optimizer. 要启用操作码优化,添加--enable-xcache-optimizer。
26
One major one is that it is compiled at runtime vs. compile time, which won't permit opcode caches to cache the function. 一个主要缺点是,它在运行时而非编译时编译,不允许操作码缓存来缓存函数。
27
They contain details about the current opcode. 它们包含有关当前操作码的细节。
28
Ruby 1. 9, like Rubinius, compiles Ruby source code to opcodes which are then executed by it's opcode interpreter. 像Rubinius这样的Ruby1.9虚拟机可以将Ruby源代码编译为操作码,然后由解释器执行。
29
In the meantime, investigate one or more of the PHP accelerators and opcode optimizers. 同时,还将研究一个或多个PHP加速器和操作码优化器。
30
ILGenerator. EmitCalli(Opcode, CallingConvention, Type, Type[]) for calls using an unmanaged calling convention. ILGenerator.EmitCalli(Opcode,CallingConvention,Type,Type[]),用于使用非托管调用约定的调用。