Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.h112 zend_long hot_side_exit; /* number of exits before taking side trace */ 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()
7800 if (*counter + 1 >= JIT_G(hot_side_exit)) { in zend_jit_trace_exit_is_hot()
8283 } else if (JIT_G(hot_side_exit) && zend_jit_trace_exit_is_hot(trace_num, exit_num)) { in zend_jit_trace_exit()
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c311 … , "8", PHP_INI_ALL, OnUpdateCounter, hot_side_exit, zend_…
799 add_assoc_long(&directives, "opcache.jit_hot_side_exit", JIT_G(hot_side_exit));

Completed in 28 milliseconds