Skip to content

gh-131798: optimize CALL_KW_PY in the JIT#148466

Open
kumaraditya303 wants to merge 1 commit intopython:mainfrom
kumaraditya303:jit-calls
Open

gh-131798: optimize CALL_KW_PY in the JIT#148466
kumaraditya303 wants to merge 1 commit intopython:mainfrom
kumaraditya303:jit-calls

Conversation

@kumaraditya303
Copy link
Copy Markdown
Contributor

@kumaraditya303 kumaraditya303 commented Apr 12, 2026

_Py_BloomFilter_Add(dependencies, func);
}

op(_CHECK_FUNCTION_VERSION_KW, (func_version/2, callable, unused, unused[oparg], unused -- callable, unused, unused[oparg], unused)) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add _RECORD_CALLABLE_KW to this file as well.

Do you mind adding a test for a keyword call to test_opt please? So that we can check it's actually tracing and optimizing through it.

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