Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h107 zend_long max_exit_counters; /* max total number of side exits for all traces */ member
H A Dzend_jit_trace.c81 JIT_G(exit_counters) = calloc(JIT_G(max_exit_counters), 1); in zend_jit_trace_startup()
6996 if (ZEND_JIT_EXIT_COUNTERS + t->exit_count >= JIT_G(max_exit_counters)) { in zend_jit_trace()
7235 ZEND_JIT_EXIT_COUNTERS + t->exit_count >= JIT_G(max_exit_counters)) { in zend_jit_compile_root_trace()
7985 ZEND_JIT_EXIT_COUNTERS + t->exit_count >= JIT_G(max_exit_counters)) { in zend_jit_compile_side_trace()
8505 memset(JIT_G(exit_counters), 0, JIT_G(max_exit_counters)); in zend_jit_trace_init_caches()
8514 JIT_G(exit_counters) = calloc(JIT_G(max_exit_counters), 1); in zend_jit_trace_reset_caches()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c327 … , "8192", PHP_INI_SYSTEM, OnUpdateLong, max_exit_counters, zend_ji…
845 add_assoc_long(&directives, "opcache.jit_max_exit_counters", JIT_G(max_exit_counters));

Completed in 34 milliseconds