1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00
Files
archived-php-src/ext/opcache/Optimizer
Nikita Popov 7174af4074 Support CFG construction without live range splitting
We must not split at live range boundaries for SSA constructions,
otherwise an OP_DATA instruction may be separated into new block
and not picked up during renaming.

It's also unnecessary for this use case and only blows up the CFG.
2016-02-09 13:02:33 +01:00
..
2016-01-01 20:04:31 +02:00
2016-01-25 16:00:10 +08:00
2016-01-01 20:04:31 +02:00
2016-01-25 16:00:10 +08:00
2016-01-01 20:04:31 +02:00
2016-01-01 20:04:31 +02:00
2016-01-01 20:04:31 +02:00
2016-01-07 23:49:42 +01:00
2016-02-08 12:20:37 +03:00
2016-01-19 15:54:44 +03:00
2016-01-25 16:00:10 +08:00
2016-01-01 20:04:31 +02:00
2016-01-19 22:09:29 +01:00