Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.h114 zend_long blacklist_side_trace; /* number of attempts to JIT a side trace before blacklist it */ member
H A Dzend_jit_trace.c7788 if (*counter + 1 >= JIT_G(hot_side_exit) + JIT_G(blacklist_side_trace)) { in zend_jit_trace_exit_is_bad()
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c313 …, "8", PHP_INI_ALL, OnUpdateCounter, blacklist_side_trace, zend_jit_…
795 add_assoc_long(&directives, "opcache.jit_blacklist_side_trace", JIT_G(blacklist_side_trace));

Completed in 29 milliseconds