php-src/ext/opcache/Optimizer
Xinchen Hui a12f43ee2c Reorder the oplines
1. we should only do the return type checking when it is really about to
return
2. for 029.php, actually, the exception threw should be discard while it
jmp into finally(it could be observed by change the return to return an array)
3. after this fix, the test 029.phpt behavior consistently with 7.0
4. good for optimizer too
2016-12-17 20:06:18 +08:00
..
block_pass.c Fix propagation of QM_ASSIGN into VERIFY_RETURN_TYPE 2016-12-07 23:14:46 +01:00
compact_literals.c Fixed bug #73583 (Segfaults when conditionally declared class and function have the same name) 2016-11-23 14:24:46 +08:00
dfa_pass.c VERIFY_RETURN_TYPE on references can't be eliminated 2016-11-17 10:41:42 +03:00
nop_removal.c Evaluate arguments of new for classes without ctor 2016-03-25 19:11:37 +01:00
optimize_func_calls.c Don't inline if function has ref arguments 2016-11-12 18:49:41 +01:00
optimize_temp_vars_5.c Remove EXT_TYPE_UNUSED in favor of IS_UNUSED 2016-02-11 18:02:19 +01:00
pass1_5.c Merge branch 'PHP-7.0' into PHP-7.1 2016-09-09 16:38:42 +02:00
pass2.c Correct inline comments regarding pass1/pass2 actions 2016-05-31 22:41:37 +00:00
pass3.c Remove EXT_TYPE_UNUSED in favor of IS_UNUSED 2016-02-11 18:02:19 +01:00
zend_call_graph.c Export zend_analyze_calls() to allow building call trees. 2016-10-25 17:20:27 +03:00
zend_call_graph.h Export zend_analyze_calls() to allow building call trees. 2016-10-25 17:20:27 +03:00
zend_cfg.c Fixed possible false assertion failure 2016-12-08 22:04:43 +08:00
zend_cfg.h Export zend_analyze_calls() to allow building call trees. 2016-10-25 17:20:27 +03:00
zend_dfg.c Fixed reference-counter inference 2016-10-31 19:51:19 +03:00
zend_dfg.h Merge def and gen sets 2016-04-21 23:32:01 +02:00
zend_dump.c Fixed typo 2016-10-20 01:17:40 +03:00
zend_dump.h Support dropping rc1/rcn from dumps 2016-02-27 15:36:04 +01:00
zend_func_info.c RC inference fixes 2016-11-17 13:47:36 +01:00
zend_func_info.h Removed deprecated flag 2016-10-10 11:48:29 +03:00
zend_inference.c Fix bug #73668 2016-12-06 22:25:35 +01:00
zend_inference.h Updated reference-counting inferece rules. 2016-10-06 11:08:01 +03:00
zend_optimizer_internal.h Don't optimize special dynamic calls to non-dynamic 2016-06-05 22:04:36 +02:00
zend_optimizer.c Reorder the oplines 2016-12-17 20:06:18 +08:00
zend_optimizer.h Inline simple constant functions 2016-06-30 17:04:25 +03:00
zend_ssa.c typo 2016-10-31 21:39:34 +03:00
zend_ssa.h Add support for "instanceof" pi nodes 2016-06-13 19:03:59 +02:00
zend_worklist.h Happy new year (Update copyright to 2016) 2016-01-01 20:06:12 +02:00