Home
last modified time | relevance | path

Searched refs:max_polymorphic_calls (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit.h127 zend_long max_polymorphic_calls; /* max number of inlined polymorphic calls */ member
H A Dzend_jit_vm_helpers.c1138 } else if (JIT_G(max_polymorphic_calls) == 0
H A Dzend_jit_trace.c8497 if (JIT_G(max_polymorphic_calls) > 0) { in zend_jit_trace_hot_side()
8501 if (zend_jit_traces[parent_num].polymorphism >= JIT_G(max_polymorphic_calls) - 1) { in zend_jit_trace_hot_side()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c348 …, "2", PHP_INI_ALL, OnUpdateLong, max_polymorphic_calls, zend_jit_…
858 add_assoc_long(&directives, "opcache.jit_max_polymorphic_calls", JIT_G(max_polymorphic_calls));

Completed in 31 milliseconds