]> granicus.if.org Git - php/commit
Respect RC_INFERENCE during DFG construction
authorNikita Popov <nikic@php.net>
Sat, 23 Jan 2016 15:56:27 +0000 (16:56 +0100)
committerNikita Popov <nikic@php.net>
Sun, 24 Jan 2016 22:04:06 +0000 (23:04 +0100)
commitc2fea2a46d789231791e770267614fb621443359
tree5a0e5c2a010f90c3f6a6572dab553b8fa901bdf0
parent949aaea66ee2bd7171e802a2f1a4fa2efbd03e6c
Respect RC_INFERENCE during DFG construction

To avoid inserting phis that are only relevant with rc inference
enabled. Suprisingly, this affects only 0.8% of phis.
ext/opcache/Optimizer/zend_dfg.c
ext/opcache/Optimizer/zend_dfg.h
ext/opcache/Optimizer/zend_ssa.c