Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.h115 zend_long bisect_limit; member
H A Dzend_jit.c1402 if (JIT_G(bisect_limit)) { in zend_jit()
1404 if (jit_bisect_pos >= JIT_G(bisect_limit)) { in zend_jit()
1405 if (jit_bisect_pos == JIT_G(bisect_limit)) { in zend_jit()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c334 … , "0", PHP_INI_ALL, OnUpdateLong, bisect_limit, zend_…
849 add_assoc_long(&directives, "opcache.jit_bisect_limit", JIT_G(bisect_limit));

Completed in 26 milliseconds