Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.h123 zend_long hot_side_exit; /* number of exits before taking side trace */ member
H A Dzend_jit_trace.c8278 if (*counter + 1 >= JIT_G(hot_side_exit) + JIT_G(blacklist_side_trace)) { in zend_jit_trace_exit_is_bad()
8290 if (*counter + 1 >= JIT_G(hot_side_exit)) { in zend_jit_trace_exit_is_hot()
8854 } else if (JIT_G(hot_side_exit) && zend_jit_trace_exit_is_hot(trace_num, exit_num)) { in zend_jit_trace_exit()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c342 … , "8", PHP_INI_ALL, OnUpdateCounter, hot_side_exit, zend_…
855 add_assoc_long(&directives, "opcache.jit_hot_side_exit", JIT_G(hot_side_exit));

Completed in 43 milliseconds