Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.h114 zend_long max_loop_unrolls; /* max number of unrolled loops */ member
H A Dzend_jit_vm_helpers.c1178 } else if (loop_unroll_limit < JIT_G(max_loop_unrolls)) {
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c334 … , "8", PHP_INI_ALL, OnUpdateUnrollL, max_loop_unrolls, zend_ji…
846 add_assoc_long(&directives, "opcache.jit_max_loop_unrolls", JIT_G(max_loop_unrolls));

Completed in 15 milliseconds