Searched refs:max_side_traces (Results 1 – 3 of 3) sorted by relevance
96 zend_long max_side_traces; /* max number of side traces (per root trace) */ member
7340 …} else if (zend_jit_traces[zend_jit_traces[parent_num].root].child_count >= JIT_G(max_side_traces)… in zend_jit_compile_side_trace()7481 if (zend_jit_traces[zend_jit_traces[parent_num].root].child_count >= JIT_G(max_side_traces)) { in zend_jit_trace_hot_side()
296 … , "128", PHP_INI_SYSTEM, OnUpdateLong, max_side_traces, zend_j…793 add_assoc_long(&directives, "opcache.jit_max_side_traces", JIT_G(max_side_traces));
Completed in 24 milliseconds