mirror of
https://github.com/python/cpython.git
synced 2025-11-10 18:42:04 +00:00
GH-132532: Add new DSL macros to better declare semantics of exits at ends of instructions/uops. (GH-137098)
This commit is contained in:
parent
c744b57fd6
commit
af15e1d13e
15 changed files with 524 additions and 609 deletions
|
|
@ -1211,6 +1211,7 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
|
|||
printf(" @ %d -> %s]\n",
|
||||
(int)(next_uop - current_executor->trace - 1),
|
||||
_PyOpcode_OpName[frame->instr_ptr->op.code]);
|
||||
fflush(stdout);
|
||||
}
|
||||
#endif
|
||||
assert(next_uop[-1].format == UOP_FORMAT_JUMP);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue