php-src/ext/opcache/Optimizer
2017-07-04 10:43:34 +03:00
..
block_pass.c Compile/optimisation-time constants can't be circular, but in general may be reference-countable. It's better to use zval_ptr_dtor_nogc() to release them. 2017-07-04 10:43:34 +03:00
compact_literals.c Compile/optimisation-time constants can't be circular, but in general may be reference-countable. It's better to use zval_ptr_dtor_nogc() to release them. 2017-07-04 10:43:34 +03:00
dfa_pass.c Get rid of old compatibility macros 2017-07-04 09:50:57 +03:00
nop_removal.c Get rid of old compatibility macros 2017-07-04 09:50:57 +03:00
optimize_func_calls.c Get rid of old compatibility macros 2017-07-04 09:50:57 +03:00
optimize_temp_vars_5.c Get rid of old compatibility macros 2017-07-04 09:50:57 +03:00
pass1_5.c Get rid of old compatibility macros 2017-07-04 09:50:57 +03:00
pass2.c Get rid of old compatibility macros 2017-07-04 09:50:57 +03:00
pass3.c Get rid of old compatibility macros 2017-07-04 09:50:57 +03:00
zend_call_graph.c Use call_map to avoid linear call lookup 2017-03-16 12:33:57 +01:00
zend_call_graph.h Use call_map to avoid linear call lookup 2017-03-16 12:33:57 +01:00
zend_cfg.c Merge branch 'PHP-7.1' 2017-04-17 12:19:46 +02:00
zend_cfg.h Support more than two successors in opcache CFG 2017-04-10 22:18:24 +02:00
zend_dfg.c Support more than two successors in opcache CFG 2017-04-10 22:18:24 +02:00
zend_dfg.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
zend_dump.c Implement jumptable optimization 2017-04-10 22:23:14 +02:00
zend_dump.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
zend_func_info.c Avoid string reallocations in html_entity_decode() and htmlspecialchars_decode() 2017-06-06 16:09:26 +03:00
zend_func_info.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
zend_inference.c Merge branch 'PHP-7.1' 2017-06-23 17:33:36 +02:00
zend_inference.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
zend_optimizer_internal.h Compile/optimisation-time constants can't be circular, but in general may be reference-countable. It's better to use zval_ptr_dtor_nogc() to release them. 2017-07-04 10:43:34 +03:00
zend_optimizer.c Compile/optimisation-time constants can't be circular, but in general may be reference-countable. It's better to use zval_ptr_dtor_nogc() to release them. 2017-07-04 10:43:34 +03:00
zend_optimizer.h Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
zend_ssa.c Support more than two successors in opcache CFG 2017-04-10 22:18:24 +02:00
zend_ssa.h Expose zend_ssa_is_no_val_use() 2017-04-03 16:57:29 +03:00
zend_worklist.h Remove superfluous allocation checks around ZMM-based functions 2017-04-02 00:58:19 +02:00