Skip to content

gh-134584 : Optimize and eliminate redundant ref-counting for MAKE_FUNCTION in the JIT#144963

Open
Sacul0457 wants to merge 2 commits intopython:mainfrom
Sacul0457:Optimize_MAKE_FUNCTION
Open

gh-134584 : Optimize and eliminate redundant ref-counting for MAKE_FUNCTION in the JIT#144963
Sacul0457 wants to merge 2 commits intopython:mainfrom
Sacul0457:Optimize_MAKE_FUNCTION

Conversation

@Sacul0457
Copy link
Contributor

@Sacul0457 Sacul0457 commented Feb 18, 2026

Thanks to @Fidget-Spinner for guiding!

Adds _MAKE_FUNCTION to optimizer_bytecodes.c and eliminates redundant ref-counting for MAKE_FUNCTION.

@Fidget-Spinner
Copy link
Member

MAKE_FUNCTION might not be a common opcode/show up in the JIT. So I doubt we will see speedups from this one, it's still good to add it to the optimizer though so thanks.

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

Comments