Skip to content

Commit dc414a3

Browse files
Track from JUMP_BACKWARD rather than FOR_ITER
1 parent 02f1fb4 commit dc414a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2978,7 +2978,7 @@ dummy_func(
29782978
DISPATCH();
29792979
}
29802980
}
2981-
_PyJIT_InitializeTracing(tstate, frame, next_instr, STACK_LEVEL(), 0, NULL);
2981+
_PyJIT_InitializeTracing(tstate, frame, this_instr, STACK_LEVEL(), 0, NULL);
29822982
ENTER_TRACING();
29832983
// Don't add the JUMP_BACKWARD_JIT instruction to the trace.
29842984
DISPATCH();

Python/generated_cases.c.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)