COMMITS
/ Python/executor_cases.c.h April 1, 2025
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
March 15, 2025
X
gh-131281: fix compile error due to `BINARY_SUBSCR` (GH-131283)
Xuanteng Huang committed
March 12, 2025
T
gh-115999: Add free-threaded specialization for FOR_ITER (#128798)
T. Wouters committed
March 10, 2025
M
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon committed
March 6, 2025
S
gh-130920: Fix data race in STORE_SUBSCR_LIST_INT (#130923)
Sam Gross committed
March 5, 2025
February 28, 2025
M
GH-130296: Avoid stack transients in four instructions. (GH-130310)
Mark Shannon committed
P
gh-130595: Fix leak in WITH_EXCEPT_START error case (GH-130626)
Petr Viktorin committed
February 26, 2025
D
gh-130595: Keep traceback alive for WITH_EXCEPT_START (#130562)
Dino Viehland committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
February 12, 2025
M
GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)
Mark Shannon committed
February 7, 2025
I
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
Irit Katriel committed
B
GH-129715: Remove _DYNAMIC_EXIT (GH-129716)
Brandt Bucher committed
B
GH-129709: Clean up tier two (GH-129710)
Brandt Bucher committed
February 4, 2025
M
GH-128682: Mark two more macros as escaping. (GH-129645)
Mark Shannon committed
M
GH-128682: Spill the stack pointer in labels, as well as instructions (GH-129618)
Mark Shannon committed
February 3, 2025
M
GH-128563: Generate `opcode = ...` in instructions that need `opcode` (GH-129608)
Mark Shannon committed
M
GH-128682: Make `PyStackRef_CLOSE` escaping. (GH-129404)
Mark Shannon committed
January 27, 2025
M
GH-128914: Remove all but one conditional stack effects (GH-129226)
Mark Shannon committed
January 25, 2025
I
gh-128799: Add frame of except* to traceback when wrapping a naked exception (#128971)
Irit Katriel committed
January 23, 2025
January 22, 2025
M
GH-128682: Change a couple of functions to only steal references on success. (GH-129132)
Mark Shannon committed
January 21, 2025
K
gh-128563: Move lltrace into the frame struct (GH-129113)
Ken Jin committed
M
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
Mark Shannon committed
January 20, 2025
January 16, 2025
X
GH-126599: Remove the "counter" optimizer/executor (GH-126853)
Xuanteng Huang committed
I
gh-100239: specialize long tail of binary operations (#128722)
Irit Katriel committed
January 14, 2025
January 13, 2025
M
GH-128682: Stronger checking of `PyStackRef_CLOSE` and `DEAD`. (GH-128683)
Mark Shannon committed
M
January 8, 2025
B
GH-127809: Fix the JIT's understanding of ** (GH-127844)
Brandt Bucher committed
January 6, 2025
M
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon committed
December 31, 2024
December 20, 2024
M
GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-128121)
Mark Shannon committed
December 19, 2024
N
gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)
Neil Schemenauer committed
M
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
Mark Shannon committed
D
gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)
Donghee Na committed
December 13, 2024