COMMITS
/ Python/optimizer_cases.c.h September 3, 2025
August 9, 2025
August 1, 2025
M
GH-136410: Faster side exits by using a cold exit stub (GH-136411)
Mark Shannon committed
July 26, 2025
S
GH-132732: Use pure op machinery to optimize `COMPARE_OP_INT/FLOAT/STR` (#137062)
Savannah Bailey committed
July 2, 2025
July 1, 2025
K
gh-136125: Use `_PyObject_GetMethodStackRef` for `LOAD_ATTR` (GH-136127)
Ken Jin committed
June 27, 2025
K
gh-132732: Automatically constant evaluate pure operations (GH-132733)
Ken Jin committed
June 23, 2025
N
gh-131798: Optimize `_UNARY_NEGATIVE` (GH-135223)
Noam Cohen committed
K
gh-134584: Specialize POP_TOP by reference and type in JIT (GH-135761)
Ken Jin committed
June 20, 2025
T
gh-131798: JIT: Optimize _CALL_LEN when the length is known (#135260)
Tomas R. committed
June 19, 2025
M
GH-135379: Specialize int operations for compact ints only (GH-135668)
Mark Shannon committed
June 17, 2025
K
gh-134584: Decref elimination for float ops in the JIT (GH-134588)
Ken Jin committed
June 16, 2025
N
gh-131798: JIT: replace _CHECK_METHOD_VERSION with _CHECK_FUNCTION_VERSION_INLINE (GH-135022)
Nadeshiko Manju committed
June 14, 2025
K
gh-135474: Specialize arithmetic only on compact ints (GH-135479)
Ken Jin committed
June 11, 2025
M
GH-135379: Remove types from stack items in code generator. (GH-135384)
Mark Shannon committed
June 9, 2025
N
gh-131798: Optimize `_UNARY_INVERT` (GH-135222)
Noam Cohen committed
June 7, 2025
A
GH-131798: Type-propagate string/list/tuple slices (GH-134671)
Amit Lavon committed
June 6, 2025
T
June 5, 2025
M
GH-132554: Fix tier2 `FOR_ITER` implementation and optimizations (GH-135137)
Mark Shannon committed
May 27, 2025
N
gh-131798: Optimize `_ITER_CHECK_TUPLE` (GH-134803)
Noam Cohen committed
M
GH-132554: "Virtual" iterators (GH-132555)
Mark Shannon committed
May 22, 2025
T
GH-131798: Optimize away isinstance calls in the JIT (GH-134369)
Tomas R. committed
B
GH-131798: Optimize cached class attributes and methods in the JIT (GH-134403)
Brandt Bucher committed
N
GH-131798: Turn _LOAD_SMALL_INT into _LOAD_CONST_INLINE_BORROW in the JIT (GH-134406)
Nadeshiko Manju committed
May 20, 2025
B
GH-131798: Narrow types more aggressively in the JIT (GH-134373)
Brandt Bucher committed
N
GH-131798: Narrow the return type of _GET_LEN to int (GH-133345)
Nadeshiko Manju committed
M
GH-134282: Always borrow references LOAD_CONST (GH-134284)
Mark Shannon committed
May 19, 2025
T
GH-131798: Add _POP_CALL_TWO_LOAD_CONST_INLINE_BORROW (GH-134268)
Tomas R. committed
D
GH-131798: Split CALL_LIST_APPEND into several uops (GH-134240)
Diego Russo committed
May 8, 2025
T
GH-131798: Split up and optimize CALL_ISINSTANCE (GH-133339)
Tomas R. committed
May 6, 2025
May 5, 2025
D
GH-131798: Split CALL_LEN into several uops (GH-133180)
Diego Russo committed
May 2, 2025
K
gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)
Ken Jin committed
May 1, 2025
I
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
Irit Katriel committed
April 30, 2025
L
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou committed
April 27, 2025
N
April 26, 2025
T
April 25, 2025
D
gh-131798: JIT: Narrow the return type of _CALL_LEN to int (#132940)
Diego Russo committed
April 24, 2025
T
GH-131798: Split up and optimize CALL_TUPLE_1 in the JIT (GH-132851)
Tomas R. committed
T
GH-131798: Split up and optimize CALL_STR_1 in the JIT (GH-132849)
Tomas R. committed
April 22, 2025
T
GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)
Tomas R. committed
April 21, 2025
S
gh-131586: Avoid refcount contention in context managers (gh-131851)
Sam Gross committed
B
GH-130415: Improve the JIT's unneeded uop removal pass (GH-132333)
Brandt Bucher committed
April 18, 2025
B
GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
Brandt Bucher committed
April 16, 2025