Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
Seefaster-cpython/ideas#621 (comment):
Now, there's anexplicit
SAVE_CURRENT_IP
in some macros (before every_POP_FRAME
and_PUSH_FRAME
). That's because it also acts as a flag for the code generator, which, combined with the precedingSAVE_IP
, makes it effectively save a pointer to thenext instruction (which is what's needed by the frame push/pop uops). But there's so much special-casing here that we might as well either introduce a new uop for the combined special effects or special-case_POP_FRAME
and_PUSH_FRAME
.
Also renameSAVE_IP
toSET_IP
(from thesame issue). [DONE]
Linked PRs
Metadata
Metadata
Assignees
Labels
No labels