mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
GH-128682: Spill the stack pointer in labels, as well as instructions (GH-129618)
This commit is contained in:
parent
d3c54f3788
commit
2effea4dab
15 changed files with 277 additions and 102 deletions
|
@ -216,6 +216,8 @@ kwds.append(MACRO)
|
|||
# A label in the DSL
|
||||
LABEL = "LABEL"
|
||||
kwds.append(LABEL)
|
||||
SPILLED = "SPILLED"
|
||||
kwds.append(SPILLED)
|
||||
keywords = {name.lower(): name for name in kwds}
|
||||
|
||||
ANNOTATION = "ANNOTATION"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue