We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a129151 commit a7df3daCopy full SHA for a7df3da
ext/opcache/jit/zend_jit_trace.c
@@ -600,6 +600,7 @@ static zend_always_inline int zend_jit_trace_op_len(const zend_op *opline)
600
case ZEND_ASSIGN_STATIC_PROP_OP:
601
case ZEND_ASSIGN_OBJ_REF:
602
case ZEND_ASSIGN_STATIC_PROP_REF:
603
+ case ZEND_FRAMELESS_ICALL_3:
604
return 2; /* OP_DATA */
605
case ZEND_RECV_INIT:
606
len = 1;
@@ -3006,6 +3007,7 @@ static zend_jit_reg_var* zend_jit_trace_allocate_registers(zend_jit_trace_rec *t
3006
3007
3008
3009
3010
3011
/* OP_DATA */
3012
ssa_op++;
3013
opline++;
0 commit comments