]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131798: optimize through keyword and bound method calls in the JIT (GH-148466)
authorKumar Aditya <kumaraditya@python.org>
Mon, 13 Apr 2026 13:14:48 +0000 (18:44 +0530)
committerGitHub <noreply@github.com>
Mon, 13 Apr 2026 13:14:48 +0000 (21:14 +0800)
commit88e378cc1cd55429e08268a8da17e54ede104fb5
tree2e20680a298372ac8921afcd2bc0c8eceb8ddecf
parent10d275fdf8bd55f438476ec5f08d55d2185b0042
gh-131798: optimize through keyword and bound method calls in the JIT (GH-148466)

Co-authored-by: Ken Jin <kenjin4096@gmail.com>
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Python/bytecodes.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/record_functions.c.h