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