php-src/ext/opcache/Optimizer
Nikita Popov 279ba58edb Fixed bug #76275
* Adjust IS_SERIALIZED() check to account for potential empty
  allocations at the end of the memory region.
* Deallocate empty allocation if all try/catch elements have been
  removed in the block pass (similar to what we do if all live
  ranges have been eliminated).
2018-04-27 17:01:35 +02:00
..
block_pass.c Fixed bug #76275 2018-04-27 17:01:35 +02:00
compact_literals.c year++ 2018-01-02 12:53:31 +08:00
dfa_pass.c year++ 2018-01-02 12:53:31 +08:00
nop_removal.c year++ 2018-01-02 12:53:31 +08:00
optimize_func_calls.c year++ 2018-01-02 12:53:31 +08:00
optimize_temp_vars_5.c year++ 2018-01-02 12:53:31 +08:00
pass1_5.c year++ 2018-01-02 12:53:31 +08:00
pass2.c year++ 2018-01-02 12:53:31 +08:00
pass3.c year++ 2018-01-02 12:53:31 +08:00
zend_call_graph.c year++ 2018-01-02 12:53:31 +08:00
zend_call_graph.h year++ 2018-01-02 12:53:31 +08:00
zend_cfg.c year++ 2018-01-02 12:53:31 +08:00
zend_cfg.h year++ 2018-01-02 12:53:31 +08:00
zend_dfg.c year++ 2018-01-02 12:53:31 +08:00
zend_dfg.h year++ 2018-01-02 12:53:31 +08:00
zend_dump.c year++ 2018-01-02 12:53:31 +08:00
zend_dump.h year++ 2018-01-02 12:53:31 +08:00
zend_func_info.c year++ 2018-01-02 12:53:31 +08:00
zend_func_info.h year++ 2018-01-02 12:53:31 +08:00
zend_inference.c Revert "More accurate symbolic constraints oferflow/unserflow handling (better fix for bug #76074)." 2018-03-13 11:03:45 +03:00
zend_inference.h year++ 2018-01-02 12:53:31 +08:00
zend_optimizer_internal.h year++ 2018-01-02 12:53:31 +08:00
zend_optimizer.c year++ 2018-01-02 12:53:31 +08:00
zend_optimizer.h year++ 2018-01-02 12:53:31 +08:00
zend_ssa.c year++ 2018-01-02 12:53:31 +08:00
zend_ssa.h year++ 2018-01-02 12:53:31 +08:00
zend_worklist.h year++ 2018-01-02 12:53:31 +08:00