Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.h116 zend_long max_recursive_calls; /* max number of recursive inlined call unrolls */ member
H A Dzend_jit_vm_helpers.c917 if (count + 1 >= JIT_G(max_recursive_calls)) {
922 } else if (count >= JIT_G(max_recursive_calls)) {
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c315 … , "2", PHP_INI_ALL, OnUpdateUnrollC, max_recursive_calls, zend_jit…
803 add_assoc_long(&directives, "opcache.jit_max_recursive_calls", JIT_G(max_recursive_calls));

Completed in 12 milliseconds