History log of /PHP-8.2/ext/opcache/tests/jit/recursive_wrong_args.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# c16ad918 28-Nov-2023 Daniil Gentili

Change default method of disabling JIT

https://wiki.php.net/rfc/jit_config_defaults
Closes GH-12678


# 2ca142ec 14-Nov-2023 Daniil Gentili

Improve jit tests

Closes GH-12425


# 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.