Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h105 zend_long max_root_traces; /* max number of root traces */ member
H A Dzend_jit_trace.c52 …es = (zend_jit_trace_info*)zend_shared_alloc(sizeof(zend_jit_trace_info) * JIT_G(max_root_traces)); in zend_jit_trace_startup()
7160 } else if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_compile_root_trace()
7730 if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_trace_hot_root()
7903 } else if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_compile_side_trace()
8050 if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_trace_hot_side()
8331 } else if (ZEND_JIT_TRACE_NUM >= JIT_G(max_root_traces)) { in zend_jit_trace_exit()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c325 … , "1024", PHP_INI_SYSTEM, OnUpdateLong, max_root_traces, zend_j…
850 add_assoc_long(&directives, "opcache.jit_max_root_traces", JIT_G(max_root_traces));

Completed in 44 milliseconds