You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We encountered a JUMP_BACKWARD but not to the top of our own loop.
726
+
// We don't want to continue tracing as we might get stuck in the
727
+
// inner loop. Instead, end the trace where the executor of the
728
+
// inner loop might start and let the traces rejoin.
729
+
OPT_STAT_INC(inner_loop);
730
+
ADD_TO_TRACE(_EXIT_TRACE, 0, 0, target);
731
+
DPRINTF(2, "JUMP_BACKWARD not to top ends trace %p %p %p\n", next_instr, tstate->interp->jit_state.close_loop_instr, tstate->interp->jit_state.insert_exec_instr);
0 commit comments