History log of /PHP-8.2/ext/opcache/tests/jit/gh8591-002.inc (Results 1 – 1 of 1)
Revision Date Author Comments
# 69d263e2 27-May-2022 Arnaud Le Blanc

Add JIT guards for INIT_METHOD_CALL when the method may be modified (#8600)

Non-polymorphic methods can be modified from one request to an other due to recompilation or conditional declarati

Add JIT guards for INIT_METHOD_CALL when the method may be modified (#8600)

Non-polymorphic methods can be modified from one request to an other due to recompilation or conditional declaration.

Fixes GH-8591

Co-authored-by: Oleg Stepanischev <Oleg.Stepanischev@tatar.ru>

show more ...