Skip to content

GH-118093: Specialize calls to non-vectorcall classes as CALL_NON_PY_GENERAL #123212

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

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

brandtbucher
Copy link
Member

@brandtbucher brandtbucher commented Aug 22, 2024

Super minor change to the specializer. Performance impact is in the noise, but the stats indicate that this decreases our tier one instructions by 4% and increases our tier two instructions by 2%. It also gets rid of (basically) all unspecialized CALL instructions.

@brandtbucher brandtbucher added performance Performance or resource usage skip news interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Aug 22, 2024
@brandtbucher brandtbucher self-assigned this Aug 22, 2024
@markshannon markshannon merged commit 427b106 into python:main Aug 22, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants