History log of /PHP-8.2/ext/opcache/tests/opt/dce_011.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# f302430c 25-Nov-2021 Dmitry Stogov

Fixed incorrect DCE for ADD_ARRAY_ELEMENT instruction

DCE might remove INIT_ARRAY instruction but then keep the related
ADD_ARRAY_ELEMENT, becuse its both operands need to be freed.

Fixed incorrect DCE for ADD_ARRAY_ELEMENT instruction

DCE might remove INIT_ARRAY instruction but then keep the related
ADD_ARRAY_ELEMENT, becuse its both operands need to be freed.

Fixes oss-fuzz #41309

show more ...