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-31 12:42:29 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe98ffc227df760a4f5a63fd2668f742e28eb4fb
archived-php-src
/
ext
/
opcache
/
Optimizer
History
Dmitry Stogov
05a88447ad
Merge branch 'PHP-5.5'
...
* PHP-5.5: Avoid possible conditional jump depended on uninitialised value
2013-04-29 10:46:54 +04:00
..
block_pass.c
Avoid possible conditional jump depended on uninitialised value
2013-04-29 10:45:31 +04:00
compact_literals.c
Merge identical constants (and related cache_slots) in op_array->literals table.
2013-04-18 10:48:16 +04:00
nop_removal.c
…
optimize_func_calls.c
Fix other typos & add test script
2013-04-19 11:21:44 +08:00
optimize_temp_vars_5.c
…
pass1_5.c
Added an optimization pass to convert FCALL_BY_NAME into DO_FCALL.
2013-04-18 22:12:31 +04:00
pass2.c
…
pass3.c
…
pass5.c
…
pass9.c
…
pass10.c
…
zend_optimizer_internal.h
Fixed compilation warnings (issue
#92
)
2013-04-29 10:32:08 +04:00
zend_optimizer.c
Disable FCALL optimization pass for PHP older than 5.4
2013-04-18 22:22:48 +04:00
zend_optimizer.h
Added an optimization pass to convert FCALL_BY_NAME into DO_FCALL.
2013-04-18 22:12:31 +04:00