1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 20:11:02 +02:00
Files
archived-php-src/ext/opcache/Optimizer
Nikita Popov 4672411ef5 Fix incorrect propagation of ZEND_BOOL in pass 1
BOOL (next to QM_ASSIGN) is one of the opcodes that can assign to
a temporary that is assigned in multiple branches. Pass 1 does
not check for this, so we should not try to handle it at that
point. Block pass and sccp will be able to treat this correctly.
2017-07-22 17:23:50 +02:00
..
2017-07-19 13:06:25 +03:00
2017-07-04 09:50:57 +03:00
2017-07-04 09:50:57 +03:00
2017-07-19 01:04:36 +02:00
2017-07-20 23:28:05 +03:00
2017-07-20 23:29:22 +03:00
2017-07-21 23:22:56 +02:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00