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 1b33da5dd2 Don't replace values in unreachable code in sccp
While technically legal, this may cause unexpected situations
(in this example, setting an FE_FREE operand to constant null)
and is suboptimal anyway. It's better to preserve the vacuous type
and drop it later (though we currently don't implement this).
2021-09-20 13:12:26 +02:00
..
2020-10-19 15:13:53 +02:00
2021-05-17 15:46:49 +02:00
2021-04-08 18:21:00 +02:00
2020-03-17 15:23:52 +01:00
2020-07-24 10:05:03 +02:00
2020-01-16 19:14:31 +01:00
2020-07-31 15:53:36 +02:00
2020-07-31 15:53:36 +02:00
2020-12-14 15:29:21 +03:00
2021-08-27 16:45:32 +02:00
2020-12-14 15:29:21 +03:00
2019-10-03 02:18:16 +03:00
2021-05-06 10:46:30 +02:00