This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-25 00:32:23 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
tmp_liveliness
Add File
New File
Upload File
Apply Patch
archived-php-src
/
ext
/
opcache
/
Optimizer
History
Xinchen Hui
249915f938
Add comment to explaining the new check
2015-07-08 17:44:54 +08:00
..
block_pass.c
Fixed bug
#62210
(Exceptions can leak temporary variables. As a part of the fix serious refactoring was done. op_array->brk_cont_array was removed, and replaced with more general and speed efficient op_array->T_liveliness. ZEND_GOTO opcode is always replaced by ZEND_JMP at compile time). (Bob, Dmitry, Laruence)
2015-07-07 15:41:12 +03:00
compact_literals.c
Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).
2015-06-30 04:05:24 +03:00
nop_removal.c
Fixed bug
#62210
(Exceptions can leak temporary variables. As a part of the fix serious refactoring was done. op_array->brk_cont_array was removed, and replaced with more general and speed efficient op_array->T_liveliness. ZEND_GOTO opcode is always replaced by ZEND_JMP at compile time). (Bob, Dmitry, Laruence)
2015-07-07 15:41:12 +03:00
optimize_func_calls.c
Merge branch 'PHP-5.6'
2015-03-04 14:49:03 +08:00
optimize_temp_vars_5.c
Add comment to explaining the new check
2015-07-08 17:44:54 +08:00
pass1_5.c
Fixed bug
#62210
(Exceptions can leak temporary variables. As a part of the fix serious refactoring was done. op_array->brk_cont_array was removed, and replaced with more general and speed efficient op_array->T_liveliness. ZEND_GOTO opcode is always replaced by ZEND_JMP at compile time). (Bob, Dmitry, Laruence)
2015-07-07 15:41:12 +03:00
pass2.c
Remove ZEND_BRK/ZEND_CONT from VM
2015-05-23 10:51:33 +02:00
pass3.c
Fixed memory leak because of incorrect 'if ();' optimization
2015-07-02 02:00:34 +03:00
zend_optimizer_internal.h
Fixed bug
#62210
(Exceptions can leak temporary variables. As a part of the fix serious refactoring was done. op_array->brk_cont_array was removed, and replaced with more general and speed efficient op_array->T_liveliness. ZEND_GOTO opcode is always replaced by ZEND_JMP at compile time). (Bob, Dmitry, Laruence)
2015-07-07 15:41:12 +03:00
zend_optimizer.c
Fixed bug
#62210
(Exceptions can leak temporary variables. As a part of the fix serious refactoring was done. op_array->brk_cont_array was removed, and replaced with more general and speed efficient op_array->T_liveliness. ZEND_GOTO opcode is always replaced by ZEND_JMP at compile time). (Bob, Dmitry, Laruence)
2015-07-07 15:41:12 +03:00
zend_optimizer.h
bump year
2015-01-15 23:27:30 +08:00