php-src/ext/opcache/Optimizer
2018-09-18 11:41:40 +03:00
..
block_pass.c Pack zend_constant.flags and zend_constant.module_number into reserved space inside zend_constant.value. 2018-07-26 12:58:07 +03:00
compact_literals.c Keep information about unresolved interfaces in zend_class_entry->interface_names. 2018-08-23 17:16:28 +03:00
compact_vars.c Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence. 2018-05-28 16:27:12 +03:00
dce.c Fix some misspellings 2018-08-12 16:15:45 +02:00
dfa_pass.c Fixed wrong assertion 2018-09-10 15:26:38 +03:00
escape_analysis.c Fix DCE of throwing NEWs 2018-02-17 14:51:11 +01:00
nop_removal.c Get rid of zend_op_array.early_binding 2018-01-11 19:15:52 +03:00
optimize_func_calls.c Fix some misspellings 2018-02-06 16:59:00 +01:00
optimize_temp_vars_5.c year++ 2018-01-02 12:57:58 +08:00
pass1_5.c Remove dead code for ADD_STRING/ADD_CHAR optimization 2018-06-11 20:17:36 +02:00
pass2.c year++ 2018-01-02 12:57:58 +08:00
pass3.c year++ 2018-01-02 12:57:58 +08:00
sccp.c Merge branch 'PHP-7.3' 2018-09-07 14:03:04 +02:00
scdf.c year++ 2018-01-02 12:57:58 +08:00
scdf.h year++ 2018-01-02 12:57:58 +08:00
ssa_integrity.c year++ 2018-01-02 12:57:58 +08:00
zend_call_graph.c Remove old SVN keywords substitutions 2018-06-16 13:04:30 +02:00
zend_call_graph.h year++ 2018-01-02 12:57:58 +08:00
zend_cfg.c Moved "zval.u2.cache_slot" into free room of "zend_op" 2018-02-05 19:41:47 +03:00
zend_cfg.h year++ 2018-01-02 12:57:58 +08:00
zend_dfg.c Avoid hash lookups in BIND_STATIC and BIND_LEXICAL opcode handlers. 2018-08-20 16:10:09 +03:00
zend_dfg.h year++ 2018-01-02 12:57:58 +08:00
zend_dump.c Fixed ISSET/ISEMPTY bit meaning to simplify run-time checks 2018-05-31 19:02:51 +03:00
zend_dump.h year++ 2018-01-02 12:57:58 +08:00
zend_func_info.c Remove assertion 2018-06-15 17:21:59 +08:00
zend_func_info.h Fix typos in code comments 2018-07-25 11:57:11 +02:00
zend_inference.c Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLVED_INTERFACES with single ZEND_ACC_LINKED. 2018-09-18 11:41:40 +03:00
zend_inference.h Restored zend_array_element_type() prototype 2018-06-26 11:23:37 +03:00
zend_optimizer_internal.h Get rid of zend_op_array.early_binding 2018-01-11 19:15:52 +03:00
zend_optimizer.c Added check for "user" method 2018-08-28 23:56:12 +03:00
zend_optimizer.h Allow optional ignorance of operator overlaoding. Optimizer takes into account possibility of operator overloading at default optimization level, but ignores this possibility at "unsafe" level (opcache.optimization_level=-1). 2018-02-19 12:21:43 +03:00
zend_ssa.c Avoid hash lookups in BIND_STATIC and BIND_LEXICAL opcode handlers. 2018-08-20 16:10:09 +03:00
zend_ssa.h Fix typos in code comments 2018-07-25 11:57:11 +02:00
zend_worklist.h Remove old SVN keywords substitutions 2018-06-16 13:04:30 +02:00