File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ if test "$PHP_OPCACHE" != "no"; then
50
50
51
51
if test "$PHP_OPCACHE_JIT" = "yes" ; then
52
52
AC_DEFINE ( HAVE_JIT , 1 , [ Define to enable JIT] )
53
- AC_DEFINE ( ZEND_JIT_IR , 1 , [ Use JIT IR framework] )
54
53
ZEND_JIT_SRC="jit/zend_jit.c jit/zend_jit_vm_helpers.c jit/ir/ir.c jit/ir/ir_strtab.c \
55
54
jit/ir/ir_cfg.c jit/ir/ir_sccp.c jit/ir/ir_gcm.c jit/ir/ir_ra.c jit/ir/ir_save.c \
56
55
jit/ir/ir_dump.c jit/ir/ir_gdb.c jit/ir/ir_perf.c jit/ir/ir_check.c \
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ if (PHP_OPCACHE != "no") {
33
33
DEFINE("DASM_ARCH", "x86");
34
34
35
35
AC_DEFINE('HAVE_JIT', 1, 'Define to enable JIT');
36
- AC_DEFINE('ZEND_JIT_IR', 1, 'Use JIT IR framework');
37
36
38
37
ADD_FLAG("CFLAGS_OPCACHE", "/I \"ext\\opcache\\jit\\ir\" /D "+ir_target+" /D IR_PHP");
39
38
if (PHP_DEBUG == "yes") {
You can’t perform that action at this time.
0 commit comments