From: Dmitry Stogov Date: Mon, 20 Jul 2020 06:17:04 +0000 (+0300) Subject: Switch to tracing JIT by default X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10b09578a89a444d9df45e75d5ce8c0826bb2efe;p=php Switch to tracing JIT by default --- 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