FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-118093: Specialize calls to non-vectorcall classes as `CALL_NON_PY_GENERAL` by brandtbucher · Pull Request #123212 · python/cpython · GitHub

/ cpython Public

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

Merged
markshannon merged 1 commit into
python:mainfrom
brandtbucher:class-no-vectorcall
Aug 22, 2024
Merged

GH-118093: Specialize calls to non-vectorcall classes as CALL_NON_PY_GENERAL#123212
markshannon merged 1 commit into
python:mainfrom
brandtbucher:class-no-vectorcall

Conversation

brandtbucher commented Aug 22, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

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 added performance Performance or resource usage skip news interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Aug 22, 2024
brandtbucher self-assigned this Aug 22, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL