Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h106 zend_long max_side_traces; /* max number of side traces (per root trace) */ member
H A Dzend_jit_trace.c7905 …} else if (zend_jit_traces[zend_jit_traces[parent_num].root].child_count >= JIT_G(max_side_traces)… in zend_jit_compile_side_trace()
8055 if (zend_jit_traces[zend_jit_traces[parent_num].root].child_count >= JIT_G(max_side_traces)) { in zend_jit_trace_hot_side()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c326 … , "128", PHP_INI_SYSTEM, OnUpdateLong, max_side_traces, zend_j…
851 add_assoc_long(&directives, "opcache.jit_max_side_traces", JIT_G(max_side_traces));

Completed in 35 milliseconds