Skip to content

GH-96421: Remove first_instr and names from the interpreter. #97942

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

Closed
wants to merge 1 commit into from

Conversation

markshannon
Copy link
Member

@markshannon markshannon commented Oct 5, 2022

Performance is in the noise, but should reduce the overhead of RESUME, RETURN_VALUE, YIELD_VALUE, etc at some additional cost when entering PyEval_EvalDefault() and slightly slower name lookup.

@markshannon
Copy link
Member Author

Will do something similar once the interpreter generator has stabilized a bit

@markshannon markshannon closed this Nov 7, 2022
@markshannon markshannon deleted the remove-first-instr branch September 26, 2023 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants