Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h103 zend_long bisect_limit; member
H A Dzend_jit.c2722 if (JIT_G(bisect_limit)) { in zend_jit()
2724 if (jit_bisect_pos >= JIT_G(bisect_limit)) { in zend_jit()
2725 if (jit_bisect_pos == JIT_G(bisect_limit)) { in zend_jit()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c323 … , "0", PHP_INI_ALL, OnUpdateLong, bisect_limit, zend_…
838 add_assoc_long(&directives, "opcache.jit_bisect_limit", JIT_G(bisect_limit));

Completed in 21 milliseconds