Skip to content

Commit c80662a

Browse files
committed
Eliminate check
1 parent fe0763c commit c80662a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11099,8 +11099,11 @@ static int zend_jit_leave_func(dasm_State **Dst,
1109911099
if (may_be_top_frame) {
1110011100
// TODO: try to avoid this check ???
1110111101
if (zend_jit_vm_kind == ZEND_VM_KIND_HYBRID) {
11102+
#if 0
11103+
/* this check should be handled by the following OPLINE guard */
1110211104
| cmp IP, zend_jit_halt_op
1110311105
| je ->trace_halt
11106+
#endif
1110411107
} else if (GCC_GLOBAL_REGS) {
1110511108
| test IP, IP
1110611109
| je ->trace_halt

0 commit comments

Comments
 (0)