gh-150424: Widen specialized int fast paths to full int64 range#150425
Draft
KRRT7 wants to merge 26 commits into
Draft
gh-150424: Widen specialized int fast paths to
full int64 range#150425KRRT7 wants to merge 26 commits into
KRRT7 wants to merge 26 commits into
Commits
Commits on May 25, 2026
JIT: widen int fast path to full int64 range
Show description for eb67609committed- committed
- committed
- committed
- authored
Commits on May 26, 2026
- committed
Commits on May 28, 2026
- authored
- committed
- authored
Update Misc/NEWS.d/next/Core_and_Builtins/2026-05-28-15-00-00.gh-issue-150424.jit-wide-int-fastpath.rst
Show description for 1d667d4andauthored- committed
Restore compact fast path in _PyCompactLong_{Add,Subtract,Multiply}; optimise helpers
Show description for d549674committedSplit BINARY_OP_ADD/SUBTRACT/MULTIPLY_INT into compact and wide specialisations; add wide guards, inplace ops, and optimizer substitutions; inline allocation helpers for zero-overhead compact path
Show description for 094a60acommitted
Commits on May 29, 2026
- committed
- authored
- committed
- committed
- committed
- committed
- authored
tier1-merged tier2-split: single BINARY_OP_ADD_INT with optimizer guard substitution
Show description for d4a355ccommittedPort merged design from explore/merged-on-main
Show description for d608803committedFix SUBSCR_LIST_INT/STORE_SUBSCR_LIST_INT asserting on wide ints
Show description for 5e01840committedUpdate Include/internal/pycore_long.h
Show description for 24a0d2aandauthored- committed
Commits on Jun 8, 2026
Merge branch 'main' into jit-wide-int-fastpath
Show description for c7800d9committed