History log of /PHP-8.2/ext/opcache/tests/jit/gh8461-007.inc (Results 1 – 1 of 1)
Revision Date Author Comments
# 6c254131 12-May-2022 Dmitry Stogov

Add JIT guards for INIT_FCALL instructions and functions that may be modified

For methods we reuse mechanism of polymorphic calls.
For regular function we invalidate the whole root trace

Add JIT guards for INIT_FCALL instructions and functions that may be modified

For methods we reuse mechanism of polymorphic calls.
For regular function we invalidate the whole root trace.

This fixes https://github.com/php/php-src/issues/8461

show more ...