Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.h107 zend_long max_side_traces; /* max number of side traces (per root trace) */ member
H A Dzend_jit_trace.c7823 …} else if (zend_jit_traces[zend_jit_traces[parent_num].root].child_count >= JIT_G(max_side_traces)… in zend_jit_compile_side_trace()
7973 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.1/ext/opcache/
H A Dzend_accelerator_module.c306 … , "128", PHP_INI_SYSTEM, OnUpdateLong, max_side_traces, zend_j…
806 add_assoc_long(&directives, "opcache.jit_max_side_traces", JIT_G(max_side_traces));

Completed in 28 milliseconds