1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/sapi
Nikita Popov b0af9ac733 Avoid live range references in opcodes
Don't store the live range of the freed variable for FREE_ON_RETURN
frees, instead look it up at runtime. As this is an extremely
unlikely codepath (in particular, it requires a loop variable with
a throwing destructor), saving the runtime lookup of the live range
is not worth the extra complexity this adds everywhere else.
2018-02-16 21:30:48 +01:00
..
2018-01-31 20:26:20 +01:00
2018-02-16 15:44:43 +01:00
2018-02-06 16:59:00 +01:00
2018-01-02 12:57:58 +08:00
2018-01-03 14:38:00 +01:00
2015-08-11 01:42:25 +02:00