History log of /PHP-8.2/ext/opcache/tests/opt/inference_017.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 567213c3 23-Aug-2022 Dmitry Stogov

Drop range inference for IS_NULL/IS_FALSE/IS_TRUE.

These values not always converted to IS_LONG (e.g. by -- and ++) and
this leads to incorrect range inferene and later to incorrect JIT

Drop range inference for IS_NULL/IS_FALSE/IS_TRUE.

These values not always converted to IS_LONG (e.g. by -- and ++) and
this leads to incorrect range inferene and later to incorrect JIT code
generation.

show more ...