GH-128563: Move some labels, to simplify implementing tailcalling interpreter. (GH-129525)
This commit is contained in:
@@ -381,7 +381,9 @@ do { \
|
||||
tstate->previous_executor = NULL; \
|
||||
frame = tstate->current_frame; \
|
||||
if (next_instr == NULL) { \
|
||||
goto resume_with_error; \
|
||||
next_instr = frame->instr_ptr; \
|
||||
stack_pointer = _PyFrame_GetStackPointer(frame); \
|
||||
goto error; \
|
||||
} \
|
||||
stack_pointer = _PyFrame_GetStackPointer(frame); \
|
||||
DISPATCH(); \
|
||||
|
||||
Reference in New Issue
Block a user