]> granicus.if.org Git - php/commit
Split "opcache.jit_max_recursion_unroll" into "opcache.jit_max_recursive_calls" and...
authorDmitry Stogov <dmitry@zend.com>
Thu, 28 May 2020 09:28:05 +0000 (12:28 +0300)
committerDmitry Stogov <dmitry@zend.com>
Thu, 28 May 2020 09:28:05 +0000 (12:28 +0300)
commitefbe96166dc32f85e57e2c23e0c1440488a42432
tree74d30d0929704801a4dfb510280f30ae6c55205a
parentcaca6648718b2854e9df113b23569c4265730201
Split "opcache.jit_max_recursion_unroll" into "opcache.jit_max_recursive_calls" and "opcache.jit_max_recursive_returns".
It's possible to disable recording of "recursive return loops" setting opcache.jit_max_recursive_returns to 0.
ext/opcache/jit/zend_jit.h
ext/opcache/jit/zend_jit_vm_helpers.c
ext/opcache/zend_accelerator_module.c