COMMITS
/ Python/bytecodes.c March 21, 2025
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 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
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 7, 2025
M
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon committed
March 6, 2025
S
gh-130920: Fix data race in STORE_SUBSCR_LIST_INT (#130923)
Sam Gross committed
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 27, 2025
M
GH-128534: Instrument branches for `async for` loops. (GH-130569)
Mark Shannon committed
February 26, 2025
D
gh-130595: Keep traceback alive for WITH_EXCEPT_START (#130562)
Dino Viehland committed
February 25, 2025
T
gh-122029: Move monitoring after method expand for CALL_KW (GH-130488)
Tian Gao committed
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 18, 2025
K
gh-129989: Change Py_TAIL_CALL_INTERP ifndef to ! (#130269)
Ken Jin committed
February 15, 2025
K
gh-129989: Properly disable tailcall interp in configure (GH-129991)
Ken Jin 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
B
GH-129763: Remove the LLTRACE macro (GH-129764)
Brandt Bucher committed
February 6, 2025
K
gh-128563: A new tail-calling interpreter (GH-128718)
Ken Jin 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 31, 2025
M
GH-128563: Move some labels, to simplify implementing tailcalling interpreter. (GH-129525)
Mark Shannon committed
January 29, 2025
I
gh-100239: specialize bitwise logical binary ops on ints (#128927)
Irit Katriel committed
B
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher committed
T
gh-115999: Enable free-threaded specialization of LOAD_CONST (#129365)
T. Wouters committed
January 27, 2025
M
GH-128914: Remove all but one conditional stack effects (GH-129226)
Mark Shannon committed
K
gh-128563: Move labels in ceval.c to bytecodes.c (GH-129112)
Ken Jin 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
M
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 7, 2025
T
gh-115999: Add free-threaded specialization for COMPARE_OP (#126410)
T. Wouters committed
January 6, 2025
M
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon committed