php-src/ext/opcache/Optimizer
2019-11-29 17:43:36 +03:00
..
block_pass.c Don't keep QM_ASSIGN with IS_UNUSED result 2019-11-29 17:43:36 +03:00
compact_literals.c Implement union types 2019-11-08 15:15:48 +01:00
compact_vars.c
dce.c Eliminate CHECK_VAR instructions for defined CVs 2019-10-10 16:07:31 +03:00
dfa_pass.c Implement union types 2019-11-08 15:15:48 +01:00
escape_analysis.c Use RT_CONSTANT() or CT_CONSTANT() macro depending on ZEND_ACC_DONE_PASS_TWO flag 2019-10-11 12:54:07 +03:00
nop_removal.c
optimize_func_calls.c Make zend_type a 2-field struct 2019-11-08 15:15:48 +01:00
optimize_temp_vars_5.c
pass1.c Moved non-constant JMP optimizations from pass1 to pass3. 2019-10-04 00:27:49 +03:00
pass3.c JMP optimization cleanup. 2019-10-11 11:23:02 +03:00
sccp.c Comparison cleanup: 2019-10-07 17:57:49 +03:00
scdf.c
scdf.h
ssa_integrity.c SAMRT BRANCH improvement. 2019-10-09 13:48:39 +03:00
zend_call_graph.c Use RT_CONSTANT() or CT_CONSTANT() macro depending on ZEND_ACC_DONE_PASS_TWO flag 2019-10-11 12:54:07 +03:00
zend_call_graph.h Use RT_CONSTANT() or CT_CONSTANT() macro depending on ZEND_ACC_DONE_PASS_TWO flag 2019-10-11 12:54:07 +03:00
zend_cfg.c ZEND_DECLARE_ANON_CLASS doesn't need to skip anything now. It's immediatelly followed by ZEND_NEW. 2019-07-19 10:09:26 +03:00
zend_cfg.h Use RT_CONSTANT() or CT_CONSTANT() macro depending on ZEND_ACC_DONE_PASS_TWO flag 2019-10-11 12:54:07 +03:00
zend_dfg.c Throw Error when writing property of non-object 2019-09-27 10:11:47 +02:00
zend_dfg.h
zend_dump.c Optimize $x === null into is_null($x) 2019-11-12 13:49:55 +03:00
zend_dump.h
zend_func_info.c Fix str_pad rc info 2019-11-15 12:37:24 +01:00
zend_func_info.h
zend_inference.c Make opcache infer array_key_exists is non-null bool 2019-11-20 00:11:51 +03:00
zend_inference.h Use "const" qualifier 2019-10-14 21:49:08 +03:00
zend_optimizer_internal.h Use RT_CONSTANT() or CT_CONSTANT() macro depending on ZEND_ACC_DONE_PASS_TWO flag 2019-10-11 12:54:07 +03:00
zend_optimizer.c Make zend_type a 2-field struct 2019-11-08 15:15:48 +01:00
zend_optimizer.h Optimizer cleanup 2019-10-03 02:18:16 +03:00
zend_ssa.c Optimize $x === null into is_null($x) 2019-11-12 13:49:55 +03:00
zend_ssa.h Use RT_CONSTANT() or CT_CONSTANT() macro depending on ZEND_ACC_DONE_PASS_TWO flag 2019-10-11 12:54:07 +03:00
zend_worklist.h