COMMITS
/ Python/optimizer_bytecodes.c January 17, 2026
H
gh-143421: Use new buffer to save optimized uops (GH-143682)
Hai Zhu committed
January 13, 2026
January 12, 2026
R
N
gh-134584: Eliminate redundant refcounting from `_CONTAINS_{OP|OP_SET|OP_DICT}` (GH-143731)
Nadeshiko Manju committed
C
gh-134584: JIT: Remove redundant refcount for _BINARY_OP_SUBSCR_DICT (GH-143724)
Cajetan Rodrigues committed
January 11, 2026
January 9, 2026
January 6, 2026
N
gh-134584: Eliminate redundant refcounting from `TO_BOOL_STR` (GH-143417)
Nadeshiko Manju committed
K
gh-142982: Specialize CALL_FUNCTION_EX (GH-143391)
Ken Jin committed
K
gh-131798: Support generator frames in the JIT optimizer (GH-143340)
Ken Jin committed
January 4, 2026
C
gh-139757: Add BINARY_OP_SUBSCR_USTR_INT (GH-143389)
Chris Eibl committed
January 2, 2026
K
gh-134584: JIT: Remove redundant refcount from STORE_FAST (GH-143336)
Ken Jin committed
D
gh-139757: Add _GUARD_NOS_COMPACT_ASCII for compact ascii optimization (gh-143332)
Donghee Na committed
January 1, 2026
N
gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_SLOT` (GH-143320)
Nadeshiko Manju committed
December 28, 2025
December 26, 2025
H
gh-134584: Eliminate redundant refcounting from `IS_OP` (GH-143171)
Hai Zhu committed
H
December 24, 2025
December 23, 2025
H
T
gh-134584: Eliminate redundant refcounting from `_CALL_TYPE_1` (GH-135818)
Tomas R. committed
December 19, 2025
K
K
gh-142961: Fix constant folding len(tuple) in JIT (GH-142963)
Ken Jin committed
December 18, 2025
S
GH-134584: Remove redundant refcount for `BINARY_OP_SUBSCR_STR_INT` (#142844)
Savannah Ostrowski committed
L
D
gh-134584: Remove redundant refcount from _BINARY_OP_ADD_UNICODE (gh-142825)
Donghee Na committed
December 16, 2025
N
gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_WITH_HINT` (GH-142767)
Nadeshiko Manju committed
N
gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_INSTANCE_VALUE` (GH-142769)
Nadeshiko Manju committed
December 15, 2025
S
GH-134584: Remove redundant refcount from `_STORE_ATTR_SLOT` (#142729)
Savannah Ostrowski committed
K
gh-134584: JIT: Eliminate redundant refcount ops for X_INT (GH-142765)
Ken Jin committed
N
gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_INSTANCE_VALUE` (GH-142759)
Nadeshiko Manju committed
K
gh-134584: Remove custom float decref ops (GH-142576)
Ken Jin committed
D
gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_DICT (GH-142712)
Donghee Na committed
N
gh-134584: Eliminate redundant refcounting from _CALL_LIST_APPEND (GH-142711)
Nadeshiko Manju committed
December 14, 2025
D
gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_LIST_INT (gh-142703)
Donghee Na committed
N
gh-134584: Eliminate redundant refcounting from `_CALL_STR_1` (GH-136070)
Nadeshiko Manju committed
December 13, 2025
K
gh-134584: Cleanups for GH-135860 (GH-142604)
Ken Jin committed
December 12, 2025
K
gh-134584: Revert partially GH-135860 (GH-142620)
Ken Jin committed
December 11, 2025
D
gh-134584: Eliminate redundant refcounting from ``_CALL_LEN`` (gh-136104)
Donghee Na committed
N
gh-134584: Eliminate redundant refcounting from `_CALL_TUPLE_1` (GH-135860)
Noam Cohen committed
M
GH-135379: Top of stack caching for the JIT. (GH-135465)
Mark Shannon committed
December 8, 2025
K
November 13, 2025
K
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin committed
September 18, 2025
M
GH-138378: Move globals-to-consts pass into main optimizer pass (GH-138379)
Mark Shannon committed
September 15, 2025
S
September 3, 2025