From 10b09578a89a444d9df45e75d5ce8c0826bb2efe Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 20 Jul 2020 09:17:04 +0300 Subject: [PATCH] Switch to tracing JIT by default --- ext/opcache/jit/zend_jit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/jit/zend_jit.h b/ext/opcache/jit/zend_jit.h index 6320c408a1..99a0d76ae6 100644 --- a/ext/opcache/jit/zend_jit.h +++ b/ext/opcache/jit/zend_jit.h @@ -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 -- 2.50.1