History log of /PHP-8.1/ext/opcache/tests/jit/recursive_wrong_args.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 10bbff87 14-Sep-2021 Nikita Popov

Fix JIT for recursive call with too few args

We may not generate labels for all leading RECVs. Don't generate
a direct jump if we have less arguments than required.