]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148171: Convert CALL_BUILTIN_FAST to leave inputs on the stack for refcount elimin... main
authorKen Jin <kenjin@python.org>
Fri, 10 Apr 2026 15:11:18 +0000 (23:11 +0800)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2026 15:11:18 +0000 (23:11 +0800)
commit266247c9a609f148a1e6abdec94ff5ad807b8557
tree00b493305c32ae69dd2fdb9d140da688873bcb65
parentaea0b91d65305e034b222b040276a8e293536520
gh-148171: Convert CALL_BUILTIN_FAST to leave inputs on the stack for refcount elimination in JIT (GH-148172)
14 files changed:
Include/internal/pycore_ceval.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_stackref.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Modules/_testinternalcapi/test_cases.c.h
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h