mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-118482)
This commit is contained in:
parent
f8e088df2a
commit
67bba9dd0f
10 changed files with 137 additions and 174 deletions
|
@ -106,7 +106,6 @@ _JIT_ENTRY(_PyInterpreterFrame *frame, PyObject **stack_pointer, PyThreadState *
|
|||
|
||||
// The actual instruction definitions (only one will be used):
|
||||
if (uopcode == _JUMP_TO_TOP) {
|
||||
CHECK_EVAL_BREAKER();
|
||||
PATCH_JUMP(_JIT_TOP);
|
||||
}
|
||||
switch (uopcode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue