Skip to content

GH-118093: Specialize CALL_FUNCTION_EX #123034

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

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

markshannon
Copy link
Member

@markshannon markshannon commented Aug 15, 2024

Adds two specializations of CALL_FUNCTION_EX:

  • CALL_FUNCTION_EX_PY for Python functions
  • CALL_FUNCTION_EX_NON_PY for everything else

@markshannon
Copy link
Member Author

markshannon commented Aug 15, 2024

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

@markshannon markshannon marked this pull request as draft August 15, 2024 15:59
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