COMMITS
/ Python/executor_cases.c.h June 19, 2025
K
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 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 5, 2025
M
GH-132554: Fix tier2 `FOR_ITER` implementation and optimizations (GH-135137)
Mark Shannon committed
May 27, 2025
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
May 20, 2025
B
GH-131798: Narrow types more aggressively in the JIT (GH-134373)
Brandt Bucher 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 4, 2025
M
GH-133231: Changes to executor management to support proposed `sys._jit` module (GH-133287)
Mark Shannon committed
May 2, 2025
K
gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)
Ken Jin committed
May 1, 2025
I
gh-133258: Fix crash in test_index (GH-133262)
Irit Katriel committed
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 29, 2025
M
M
GH-132554: Add stats for GET_ITER (GH-132592)
Mark Shannon 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
April 19, 2025
B
gh-128398: improve error messages when incorrectly using `with` and `async with` (#132218)
Bénédikt Tran committed
April 18, 2025
B
GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
Brandt Bucher committed
B
gh-132097: use a macro for semantically casting function pointers (#132406)
Bénédikt Tran committed
April 14, 2025
M
GH-131498: Cases generator: Allow input and 'peek' variables to be modified (GH-132506)
Mark Shannon committed
April 9, 2025
B
GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-132289)
Brandt Bucher committed
April 8, 2025
April 6, 2025
S
gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (#132018)
sobolevn committed
April 4, 2025
M
GH-131498: Cases generator: manage stacks automatically (GH-132074)
Mark Shannon committed
April 2, 2025
M
GH-131498: Cases generator: Parse down to C statement level. (GH-131948)
Mark Shannon committed
April 1, 2025
B
GH-131726: Split up _CHECK_VALIDITY_AND_SET_IP (GH-131810)
Brandt Bucher committed
B
GH-131798: Allow the JIT to remove more int/float/str guards (GH-131800)
Brandt Bucher committed
M
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage committed
March 30, 2025
A
GH-131798: Remove type checks for _TO_BOOL_STR (GH-131816)
Amit Lavon committed
March 28, 2025
D
gh-130373: Avoid locking in _LOAD_ATTR_WITH_HINT (#130372)
Dino Viehland committed
I
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
Irit Katriel committed
March 27, 2025
M
GH-131729: Consider in-memory state when merging storage and stack (GH-131773)
Mark Shannon committed
March 26, 2025
S
gh-123358: Use `_PyStackRef` in `LOAD_DEREF` (gh-130064)
Sam Gross committed
M
GH-131729: Code-gen better liveness analysis (GH-131732)
Mark Shannon committed
March 21, 2025
D
gh-130312: SET_ADD should not lock (#130136)
Dino Viehland committed
S
GH-130415: Optimize constant comparison in JIT builds (GH-131489)
Savannah Ostrowski committed
March 20, 2025
M
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon committed