COMMITS
/ Python/optimizer_cases.c.h March 30, 2026
K
gh-146558: JIT optimize dict access for objects with known hash (#146559)
Kumar Aditya committed
March 28, 2026
March 27, 2026
March 26, 2026
K
gh-131798: JIT: split call method and call builtin opcodes into smaller uops (#146463)
Kumar Aditya committed
S
March 24, 2026
P
gh-146306: JIT: Optimize float operations by mutating uniquely-referenced operands in place (GH-146307)
Pieter Eendebak committed
March 22, 2026
March 21, 2026
M
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
Mark Shannon committed
March 20, 2026
March 19, 2026
M
gh-131798: JIT: optimize _LOAD_COMMON_CONSTANT (GH-146104)
Mingzhu Yan committed
March 17, 2026
K
gh-146058: Fix _GUARD_CODE_VERSION_* (GH-146060)
Ken Jin committed
March 16, 2026
K
gh-127958: Trace from RESUME in the JIT (GH-145905)
Ken Jin committed
K
March 14, 2026
March 12, 2026
M
GH-145692: Convert DEOPT_IFs to EXIT_IFs (GH-145751)
Mark Shannon committed
March 11, 2026
March 3, 2026
D
gh-145214: Narrow _GUARD_TOS_ANY_{SET,DICT} by using probable type (gh-145215)
Donghee Na committed
February 24, 2026
D
February 22, 2026
C
Fix warnings on main (GH-145104)
Chris Eibl committed
February 19, 2026
M
GH-144651: Optimize the new uops added when recording values during tracing. (GH-144948)
Mark Shannon committed
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