opcode
- n.操作码;指令;运算码;操纵码
-
First , search for the opcode / instruction that has failed .
首先,查找出错的操作码/指令。
-
Many instructions also have an extended opcode .
许多指令还有扩展操作码。
-
For example , the processor might trap if an illegal opcode is found within the program .
例如,处理器可能在一个错误的代码在程序中被发现时陷入。
-
Alternative PHP Cache , is probably the most popular opcode cache for PHP .
替代PHP缓存大概是PHP最流行的操作码缓存。
-
The best thing you can do for PHP is to install an opcode cache .
对于PHP,最好的事情就是安装一个操作码缓存。
-
Using a single inline assembly opcode will probably work wonderfully on a uni-processor machine .
使用单条内嵌汇编操作码在单处理器系统上可能不会有什么问题。
-
The makers of Zend also have a commercial opcode cache that includes an optimizer to further increase efficiency .
Zend的厂商也提供了一种商业操作码缓存,包括一个进一步提高效率的优化器。
-
Instruction format is OpCode followed by Operands .
指令格式中跟随其后的是操作数。
-
It 's also possible that your distribution has already packaged an opcode cache , and you just have to install it .
您的发布版也有可能已经包含了一个操作码缓存,只需安装即可。
-
We see a much cleaner syntax for defining these functions , which can be optimized for performance by opcode caches .
我们看到了定义这些函数的更规则的语法,这可以通过操作码缓存来优化性能。
-
Alternative PHP Cache ( APC ) is probably the most popular opcode cache for PHP ( see Resources ) .
替代PHP缓存(APC)可能是PHP最流行的操作码缓存(参见参考资料)。
-
An opcode cache saves this compiled opcode and reuses it the next time the page is called .
操作码缓存将保存这个编译后的操作码,并在下一次调用该页面时重用它。
-
Hardware transient faults can cause control flow errors and corrupt the normal execution process by altering the operand and opcode of instructions .
硬件瞬时故障可以通过修改指令操作码和操作数的方式引发控制流错误,破坏程序的正常执行。
-
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文件中寻找处理程序代码所打印的序列。
-
File Cache-Even with the PHP opcode cache enabled , the PHP engine has to accesses the script files on a file system .
文件缓存-即使启用了PHP操作码缓存,PHP引擎要访问一个文件系统上的脚本文件。
-
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的全盛期。
-
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”)的性能的最简单方式是利用一个操作码缓存。
-
In contrast , concatenating a string is pretty much just a case of running a single opcode to append a string variable to an existing string variable .
相反,连接字符串操作非常简单,只是运行一个操作码,将一个字符串变量附加到一个现有的字符串变量中即可。
-
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的第一步。
-
Instructions are aliases-they correspond to the same opcode .
指令是别名,即它们对应于同一操作码。
-
Unlike APC and Wincache , it is only an opcode cache and optimizer , so it does not contain the user cache components .
不同于APC和Wincache,它仅是一个操作码缓存和优化器,因此它不包含用户缓存组件。
-
It is generated under a variety of conditions , such as an illegal opcode , illegal operand , privileged opcode , and so on .
它是在特定条件下产生的。例如非法的操作码、非法操作数、特权操作码等等。
-
MonoBook . deps . php & A fix for a bug in the APC opcode cache of PHP V5
php&对PHPV5的APCopcode缓存内的bug的修复
-
We looked at techniques not only at the PHP level , by leveraging an opcode cache and optimizing the PHP configuration , but also looked at optimizing your database design for proper indexing .
我们不仅通过利用一个操作码缓存和优化PHP配置探究了PHP级别的技术,而且探究了如何优化您的数据库设计来实现合理的索引编制。
-
An opcode cache and an opcode optimizer , which is often provided in the same package is a dirt-cheap technique to hasten the responsiveness of your site .
操作码缓存以及一个操作码优化器,通常由相同的包提供是一种加快站点响应的低成本技术。
-
For any website I work with , it 's the one thing I make sure is present , since the performance impact is huge ( many times with response times half of what they are without an opcode cache ) .
对于我使用的任何网站,它是我确保存在的一项内容,因为性能影响很大(很多时候有了操作码缓存,响应时间可减少一半)。
-
When a PHP script is requested , PHP reads the script and compiles it into what 's called Zend opcode , a binary representation of the code to be executed .
请求一个PHP脚本时,PHP会读取该脚本,并将其编译为Zend操作码,这是要执行的代码的一种二进制表示形式。
-
Two of the opcode caches we looked at earlier , APC and Wincache , have facilities for doing just this , where you can store PHP data directly into a shared memory segment for quick retrieval .
我们之前探究的两个操作码缓存APC和Wincache具有实现上述操作的工具,其中您可以将PHP数据直接存储到一个共享内存段中,便于快速查询。
-
One way of debugging this failure is to do an object dump of the executable and save it in a file , then search for the failed instruction ( in this case , the failed opcode is98080000 ) .
调试这个问题的一种方法是对这个可执行程序执行objdump命令,并将其结果保存到一个文件中;然后查找出错的指令(在本例中,出错的操作码是98080000)。