php-src/ext/opcache/Optimizer
2015-12-11 00:47:02 +03:00
..
block_pass.c Initialize bitset before processing the seconf BB (we skip the first one) 2015-12-10 11:29:53 +03:00
compact_literals.c Speed up fetching of class entries for self:: parent:: and static:: 2015-10-28 21:26:52 +03:00
nop_removal.c minor fixes 2015-11-18 23:03:20 +03:00
optimize_func_calls.c Speed up fetching of class entries for self:: parent:: and static:: 2015-10-28 21:26:52 +03:00
optimize_temp_vars_5.c Squashed commit of the following: 2015-11-13 15:35:07 +03:00
pass1_5.c Implemented the RFC Support Class Constant Visibility. 2015-12-08 12:40:42 +03:00
pass2.c Explain the disabled optimization pattern 2015-12-09 22:22:07 +03:00
pass3.c cleanup 2015-11-17 11:24:16 +03:00
zend_cfg.c Delete empty live-ranges 2015-12-09 05:16:30 +03:00
zend_cfg.h Apply local optimizatons to extended bacic block (this allows some optimizarions across few following BBs). 2015-12-10 01:17:35 +03:00
zend_dump.c Improve Optimizer debugging facility (print the meaning of extended_value) 2015-12-11 00:47:02 +03:00
zend_dump.h Improved optimizer dubugging facility 2015-12-09 14:52:00 +03:00
zend_optimizer_internal.h Improved optimizer dubugging facility 2015-12-09 14:52:00 +03:00
zend_optimizer.c Merge branch 'PHP-7.0' 2015-12-10 18:24:29 +01:00
zend_optimizer.h Improve debugging of non-local variables 2015-12-09 17:21:57 +03:00