Skip to content

Commit d4535ce

Browse files
committed
enable global register allocator and AVX instruction usage by default
1 parent 09cd2c8 commit d4535ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/opcache/jit/zend_jit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#define ZEND_JIT_CPU_FLAGS(n) (((n) / 1000) % 10)
5050

5151

52-
#define ZEND_JIT_DEFAULT "5"
52+
#define ZEND_JIT_DEFAULT "1205"
5353

5454

5555
/* Makes profile based JIT (opcache.jit=2*) to generate code only for most

0 commit comments

Comments
 (0)