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

GH-118093: Specialize `CALL_FUNCTION_EX` by markshannon · Pull Request #123034 · python/cpython · GitHub

/ cpython Public

GH-118093: Specialize CALL_FUNCTION_EX - #123034

Closed
markshannon wants to merge 7 commits into
python:mainfrom
faster-cpython:specialize-call-ex
Closed

GH-118093: Specialize CALL_FUNCTION_EX#123034
markshannon wants to merge 7 commits into
python:mainfrom
faster-cpython:specialize-call-ex

Conversation

markshannon commented Aug 15, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

Adds two specializations of CALL_FUNCTION_EX:

  • CALL_FUNCTION_EX_PY for Python functions
  • CALL_FUNCTION_EX_NON_PY for everything else

markshannon commented Aug 15, 2024
edited
Loading

Copy link
Copy Markdown
Member Author

Shows a ~1% slowdown on tier 1, which is a bit surprising.
I'll need to investigate that before we can merge this.

markshannon marked this pull request as draft August 15, 2024 15:59

Copy link
Copy Markdown
Member Author

Superseded by #143391

markshannon closed this Jan 6, 2026
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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL