mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
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.
6.5 KiB
6.5 KiB