mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Use run-time cache to avoid repeatable hash lookups when creating anonymous functions and classes
This commit is contained in:
parent
b065fbde19
commit
d5943f5a11
5 changed files with 63 additions and 34 deletions
|
@ -363,11 +363,11 @@ static uint32_t zend_vm_opcodes_flags[195] = {
|
|||
0x00000000,
|
||||
0x00000101,
|
||||
0x00000000,
|
||||
0x00000103,
|
||||
0x00040103,
|
||||
0x00000303,
|
||||
0x00000003,
|
||||
0x00000303,
|
||||
0x00000000,
|
||||
0x00040000,
|
||||
0x00000000,
|
||||
0x00060757,
|
||||
0x00000000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue