Skip to content

Commit 8291e81

Browse files
authored
Remove unused ZEND_JIT_IR (#14760)
Symbol was added when PHP-8.3 JIT engine was used with the IR JIT and is now unused and redundant.
1 parent 5e27a2a commit 8291e81

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ext/opcache/config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ if test "$PHP_OPCACHE" != "no"; then
5050

5151
if test "$PHP_OPCACHE_JIT" = "yes" ; then
5252
AC_DEFINE(HAVE_JIT, 1, [Define to enable JIT])
53-
AC_DEFINE(ZEND_JIT_IR, 1, [Use JIT IR framework])
5453
ZEND_JIT_SRC="jit/zend_jit.c jit/zend_jit_vm_helpers.c jit/ir/ir.c jit/ir/ir_strtab.c \
5554
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 \
5655
jit/ir/ir_dump.c jit/ir/ir_gdb.c jit/ir/ir_perf.c jit/ir/ir_check.c \

ext/opcache/config.w32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ if (PHP_OPCACHE != "no") {
3333
DEFINE("DASM_ARCH", "x86");
3434

3535
AC_DEFINE('HAVE_JIT', 1, 'Define to enable JIT');
36-
AC_DEFINE('ZEND_JIT_IR', 1, 'Use JIT IR framework');
3736

3837
ADD_FLAG("CFLAGS_OPCACHE", "/I \"ext\\opcache\\jit\\ir\" /D "+ir_target+" /D IR_PHP");
3938
if (PHP_DEBUG == "yes") {

0 commit comments

Comments
 (0)