]> granicus.if.org Git - php/commit
Optimize VERIFY_RETURN_TYPE for TMP operands as well
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 25 Oct 2019 09:37:19 +0000 (11:37 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 25 Oct 2019 09:37:19 +0000 (11:37 +0200)
commit6aece7be0a183affa2ad293adde3a9ed041331dd
treec39c26e1ce06459bbbf810ad146acee5f38e17b4
parentf07565b0ebdfc5b8210bbf58d994ebd319014e67
Optimize VERIFY_RETURN_TYPE for TMP operands as well

Only exclude CONST operands, which use a different instruction
format (they have a return operand).
ext/opcache/Optimizer/dfa_pass.c