-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Replace frame->prev_instr by frame->instr_ptr #109094
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
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
Comments
This was referenced Sep 7, 2023
markshannon
pushed a commit
that referenced
this issue
Oct 12, 2023
iritkatriel
added a commit
that referenced
this issue
Oct 26, 2023
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
Uh oh!
There was an error while loading. Please reload this page.
frame->prev_instr
has confusing semantics, we will replace it by a new fieldinstr_ptr
which is(1) the instruction currently executing (if any), or
(2) the next instruction to execute on the frame (otherwise).
Linked PRs
The text was updated successfully, but these errors were encountered: