1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00

Switch to tracing JIT by default

This commit is contained in:
Dmitry Stogov
2020-07-20 09:17:04 +03:00
parent 0d519fa493
commit 10b09578a8

View File

@@ -37,7 +37,7 @@
#define ZEND_JIT_REG_ALLOC_GLOBAL (1<<1) /* global linear scan register allocation */
#define ZEND_JIT_CPU_AVX (1<<2) /* use AVX instructions, if available */
#define ZEND_JIT_DEFAULT_OPTIONS "1205"
#define ZEND_JIT_DEFAULT_OPTIONS "1254"
#define ZEND_JIT_DEFAULT_BUFFER_SIZE "0"
#define ZEND_JIT_COUNTER_INIT 32531