-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combine SAVE_IP and SAVE_CURRENT_IP into a new uop #109214
Comments
This was referenced Sep 10, 2023
gvanrossum
added a commit
that referenced
this issue
Sep 11, 2023
* Rename SAVE_IP to _SET_IP * Rename EXIT_TRACE to _EXIT_TRACE * Rename SAVE_CURRENT_IP to _SAVE_CURRENT_IP * Rename INSERT to _INSERT (This is for Ken Jin's abstract interpreter) * Rename IS_NONE to _IS_NONE * Rename JUMP_TO_TOP to _JUMP_TO_TOP
vstinner
pushed a commit
to vstinner/cpython
that referenced
this issue
Sep 13, 2023
* Rename SAVE_IP to _SET_IP * Rename EXIT_TRACE to _EXIT_TRACE * Rename SAVE_CURRENT_IP to _SAVE_CURRENT_IP * Rename INSERT to _INSERT (This is for Ken Jin's abstract interpreter) * Rename IS_NONE to _IS_NONE * Rename JUMP_TO_TOP to _JUMP_TO_TOP
markshannon
added a commit
that referenced
this issue
Oct 12, 2023
vstinner
pushed a commit
to vstinner/cpython
that referenced
this issue
Oct 12, 2023
brandtbucher
added a commit
that referenced
this issue
Oct 24, 2023
Looks like this is either done or no longer desirable. Note that |
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See faster-cpython/ideas#621 (comment):
Also rename
SAVE_IP
toSET_IP
(from the same issue). [DONE]Linked PRs
_SET_IP
before_PUSH_FRAME
(but not_POP_FRAME
) #111001The text was updated successfully, but these errors were encountered: