]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148276: Optimize object creation and method calls in the JIT by resolving __init__...
authorPieter Eendebak <pieter.eendebak@gmail.com>
Sat, 11 Apr 2026 14:22:42 +0000 (16:22 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Apr 2026 14:22:42 +0000 (22:22 +0800)
commit1c89817f51d74f6f26cbfde785b8c04236ae40c1
tree4ba4631f7278c3604a8846d374c618a4bf86c141
parenta71b043356bd214c07eaa801d463ab2c06cf666a
gh-148276: Optimize object creation and method calls in the JIT by resolving __init__ at trace optimization time (GH-148277)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
Include/internal/pycore_opcode_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