]> granicus.if.org Git - php/commitdiff
Switch to tracing JIT by default
authorDmitry Stogov <dmitry@zend.com>
Mon, 20 Jul 2020 06:17:04 +0000 (09:17 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 20 Jul 2020 06:17:04 +0000 (09:17 +0300)
ext/opcache/jit/zend_jit.h

index 6320c408a1674ae53a886a99fdbd2f262cd0921a..99a0d76ae649f202d42fda224861b059c932ce53 100644 (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