Home
last modified time | relevance | path

Searched refs:max_recursive_calls (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h115 zend_long max_recursive_calls; /* max number of recursive inlined call unrolls */ member
H A Dzend_jit_vm_helpers.c964 if (count + 1 >= JIT_G(max_recursive_calls)) {
969 } else if (count >= JIT_G(max_recursive_calls)) {
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c335 … , "2", PHP_INI_ALL, OnUpdateUnrollC, max_recursive_calls, zend_jit…
848 add_assoc_long(&directives, "opcache.jit_max_recursive_calls", JIT_G(max_recursive_calls));

Completed in 18 milliseconds