php-src/ext/opcache
Nikita Popov b7a6430a52 Don't JIT functions with many blocks
Avoids a stack overflow in Zend/tests/runtime_compile_time_binary_operands.php
that happens in recursive RPO calculation. We could make that code
non-recursive, but I don't think it makes sense to JIT this kind of
function in the first place.
2019-05-29 11:49:44 +02:00
..
jit Don't JIT functions with many blocks 2019-05-29 11:49:44 +02:00
Optimizer Merge branch 'PHP-7.4' 2019-05-28 16:41:30 +02:00
tests Merge branch 'PHP-7.4' 2019-05-28 16:41:30 +02:00
config.m4 Merge branch 'PHP-7.4' 2019-05-12 18:51:50 +02:00
config.w32 Added JIT compiler for x86 and x86_64 2019-04-01 10:27:11 +03:00
CREDITS Added CREDITS 2015-02-05 16:58:19 +08:00
shared_alloc_mmap.c Added JIT compiler for x86 and x86_64 2019-04-01 10:27:11 +03:00
shared_alloc_posix.c Remove copyright years. 2019-02-05 10:33:28 +03:00
shared_alloc_shm.c Fix shm api detection test for opcache module on FreeBSD 2019-03-11 10:19:35 +01:00
shared_alloc_win32.c Merge branch 'PHP-7.4' 2019-05-21 14:34:55 +02:00
zend_accelerator_blacklist.c Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_blacklist.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_debug.c Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_debug.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_hash.c Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_hash.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_module.c Merge branch 'PHP-7.4' 2019-05-21 00:08:22 +03:00
zend_accelerator_module.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_util_funcs.c Remove legacy AC_CHECK_TYPE calls for uint and ulong 2019-03-06 22:49:16 +01:00
zend_accelerator_util_funcs.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_file_cache.c Fix potential OPcache file cache related issues 2019-04-11 18:28:49 +02:00
zend_file_cache.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_persist_calc.c Use ZEND_HASH_FOREACH with direct callback, instead of callbacks 2019-04-30 14:50:01 +03:00
zend_persist.c Merge branch 'PHP-7.4' 2019-04-30 14:50:38 +03:00
zend_persist.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_shared_alloc.c Fix VirtualProtect memory size 2019-04-11 15:46:46 +02:00
zend_shared_alloc.h Added JIT compiler for x86 and x86_64 2019-04-01 10:27:11 +03:00
ZendAccelerator.c Merge branch 'PHP-7.4' 2019-05-27 13:38:07 +03:00
ZendAccelerator.h Merge branch 'PHP-7.4' 2019-05-14 15:09:30 +03:00