History log of /PHP-8.1/ext/opcache/tests/jit/inc_023.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 77087970 22-Sep-2021 Nikita Popov

Fix JIT typed property inc/dec

This was leaking memory for pre-inc/dec of a refcounted typed
property if the result was not used.

The code to do this was unnecessarily complicat

Fix JIT typed property inc/dec

This was leaking memory for pre-inc/dec of a refcounted typed
property if the result was not used.

The code to do this was unnecessarily complicated, we can base
this on the zend_jit_inc/dec_typed_prop() helper and copy to the
result afterwards.

show more ...