mirror of
https://github.com/python/cpython.git
synced 2025-12-08 02:08:20 +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
6
Python/optimizer_cases.c.h
generated
6
Python/optimizer_cases.c.h
generated
|
|
@ -11,6 +11,8 @@
|
|||
break;
|
||||
}
|
||||
|
||||
/* _CHECK_PERIODIC_AT_END is not a viable micro-op for tier 2 */
|
||||
|
||||
case _CHECK_PERIODIC_IF_NOT_YIELD_FROM: {
|
||||
break;
|
||||
}
|
||||
|
|
@ -3198,6 +3200,10 @@
|
|||
break;
|
||||
}
|
||||
|
||||
case _HANDLE_PENDING_AND_DEOPT: {
|
||||
break;
|
||||
}
|
||||
|
||||
case _ERROR_POP_N: {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue