Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.h127 zend_long max_recursive_calls; /* max number of recursive inlined call unrolls */ member
H A Dzend_jit_vm_helpers.c1017 if (count + 1 >= JIT_G(max_recursive_calls)) {
1022 } else if (count >= JIT_G(max_recursive_calls)) {
/php-src/ext/opcache/
H A Dzend_accelerator_module.c333 … , "2", PHP_INI_ALL, OnUpdateUnrollC, max_recursive_calls, zend_jit…
847 add_assoc_long(&directives, "opcache.jit_max_recursive_calls", JIT_G(max_recursive_calls)); in ZEND_FUNCTION()

Completed in 13 milliseconds