1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00
Files
archived-php-src/ext/opcache
Nikita Popov df7417d127 Fix incorrectly optimized out live range
For x ? y : z style structures, the live range starts at z, but
may also hold the value of y. Make sure that the refcounting check
takes this into account, by checking the type of a potential phi
user.
2020-11-17 10:19:57 +01:00
..
2019-10-08 10:48:10 +02:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-12-18 11:40:58 +01:00
2020-08-11 14:58:54 +02:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-06-28 09:18:14 +02:00