Skip to content

Commit 960d647

Browse files
Turn off tracing on dynamic exit
1 parent f38ef69 commit 960d647

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5482,16 +5482,7 @@ dummy_func(
54825482
TIER2_TO_TIER2(executor);
54835483
}
54845484
else {
5485-
if (frame->owner >= FRAME_OWNED_BY_INTERPRETER) {
5486-
GOTO_TIER_ONE(target, 0);
5487-
}
5488-
if (!backoff_counter_triggers(temperature)) {
5489-
exit->temperature = advance_backoff_counter(temperature);
5490-
GOTO_TIER_ONE(target, 0);
5491-
}
5492-
exit->temperature = initial_temperature_backoff_counter();
5493-
_PyJIT_InitializeTracing(tstate, frame, target, STACK_LEVEL(), 0, NULL);
5494-
GOTO_TIER_ONE(target, 1);
5485+
GOTO_TIER_ONE(target, 0);
54955486
}
54965487
}
54975488

Python/executor_cases.c.h

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

0 commit comments

Comments
 (0)