Skip to content

Commit 0e1e991

Browse files
committed
Switch to tracing JIT by default
2 parents f7f5579 + 447a098 commit 0e1e991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#define ZEND_JIT_REG_ALLOC_GLOBAL (1<<1) /* global linear scan register allocation */
3838
#define ZEND_JIT_CPU_AVX (1<<2) /* use AVX instructions, if available */
3939

40-
#define ZEND_JIT_DEFAULT_OPTIONS "1205"
40+
#define ZEND_JIT_DEFAULT_OPTIONS "1254"
4141
#define ZEND_JIT_DEFAULT_BUFFER_SIZE "0"
4242

4343
#define ZEND_JIT_COUNTER_INIT 32531

0 commit comments

Comments
 (0)