]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146306: JIT: Optimize float operations by mutating uniquely-referenced operands...
authorPieter Eendebak <pieter.eendebak@gmail.com>
Tue, 24 Mar 2026 13:16:02 +0000 (14:16 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2026 13:16:02 +0000 (21:16 +0800)
commit951675c18a1f97513f495b9ec604054e0702eaaf
tree828470d56672870a0d2db234cc4867bf80e7073d
parent68c7fad757f3a99fca257d11ce61adb78128a66c
gh-146306: JIT: Optimize float operations by mutating uniquely-referenced operands in place (GH-146307)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-22-12-00-00.gh-issue-146306.870ef4.rst [new file with mode: 0644]
Python/bytecodes.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Tools/jit/_targets.py