COMMITS
/ Python/optimizer_bytecodes.c February 14, 2026
C
fix warnings in jit builds (GH-144817)
Chris Eibl committed
February 10, 2026
S
gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)
Sacul committed
February 8, 2026
S
GH-131798: Optimize `_GUARD_TOS_SLICE` (GH-144470)
Sacul committed
February 5, 2026
M
GH-144179: Use recorded values to make optimizer more robust (GH-144437)
Mark Shannon committed
February 2, 2026
January 30, 2026
January 25, 2026
January 24, 2026
Y
gh-144140: Optimize len for string constants in optimizer (GH-144142)
Yi Yang committed
R
January 23, 2026
January 22, 2026
M
GH-139109: Partial reworking of JIT data structures (GH-144105)
Mark Shannon committed
January 21, 2026
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