]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146640: Optimize int operations by mutating uniquely-referenced operands in place...
authorPieter Eendebak <pieter.eendebak@gmail.com>
Fri, 3 Apr 2026 15:23:04 +0000 (17:23 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Apr 2026 15:23:04 +0000 (23:23 +0800)
commit48317feec81e1e512ce5ae8292048752782a4fc2
treef781a8f97f94fc7cc2e1669c56ef904e61b630f3
parent80ab6d958a0e4aa322aaf96994c43cd637496be6
gh-146640: Optimize int operations by mutating uniquely-referenced operands in place (JIT only) (GH-146641)
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-30-20-00-00.gh-issue-146306.C45609.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