]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-135379: Specialize int operations for compact ints only (GH-135668)
authorMark Shannon <mark@hotpy.org>
Thu, 19 Jun 2025 10:10:29 +0000 (11:10 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Jun 2025 10:10:29 +0000 (11:10 +0100)
commit9731dd2c8df3509095ea45493bcefabe732eaf60
tree6e209aad0f7b6f77f458c9a5f1297f4922dcffaf
parent5c25c884b93eb79f640c47d6dba20f11fdf0ade4
GH-135379: Specialize int operations for compact ints only (GH-135668)
17 files changed:
Include/cpython/longintrepr.h
Include/internal/pycore_long.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_optimizer.h
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/2025-06-18-12-19-13.gh-issue-135379.TCvGpj.rst [new file with mode: 0644]
Objects/longobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c
Tools/cases_generator/analyzer.py