COMMITS
/ Tools/cases_generator/analyzer.py April 30, 2025
B
Get rid of ERROR_IF's "label" parameter (GH-132654)
Brandt Bucher committed
April 29, 2025
April 2, 2025
M
GH-131498: Cases generator: Parse down to C statement level. (GH-131948)
Mark Shannon committed
April 1, 2025
M
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage committed
March 21, 2025
M
GH-131513: Cases generator: Allow dead inputs to be reassigned (GH-131515)
Mark Shannon committed
March 20, 2025
M
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon committed
March 13, 2025
V
gh-131152: Remove unused imports from `Tools/cases_generator` (#131156)
Victor Stinner 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
T
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
Tomasz Pytel committed
March 5, 2025
February 28, 2025
M
GH-130296: Avoid stack transients in four instructions. (GH-130310)
Mark Shannon 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
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
T
gh-115999: Enable free-threaded specialization of LOAD_CONST (#129365)
T. Wouters committed
January 27, 2025
K
gh-128563: Move labels in ceval.c to bytecodes.c (GH-129112)
Ken Jin 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 20, 2025
January 14, 2025
January 13, 2025
M
GH-124483: Mark `Py_DECREF`, etc. as escaping for the JIT (GH-128678)
Mark Shannon committed
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
M
GH-128073: Include `EXIT_IF` when checking for escaping calls (GH-128537)
Mark Shannon committed
November 22, 2024
S
gh-127022: Simplify `PyStackRef_FromPyObjectSteal` (#127024)
Sam Gross committed
November 21, 2024
M
November 9, 2024
November 1, 2024
October 29, 2024
T
gh-118423: Add `INSTRUCTION_SIZE` macro to code generator (GH-125467)
Tomas R. committed
October 22, 2024
M
October 14, 2024
October 10, 2024
M
GH-125174: Make immortal objects more robust, following design from PEP 683 (GH-125251)
Mark Shannon committed
October 7, 2024
M
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon committed
September 27, 2024
S
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-124443)
Savannah Ostrowski committed
September 25, 2024
September 24, 2024
S
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross committed
August 14, 2024
M
GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)
Mark Shannon committed
August 13, 2024
M
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
Mark Shannon committed