COMMITS
/ Tools/cases_generator/generators_common.py February 2, 2026
M
GH-144179: Add value recording to JIT tracing front-end (GH-144303)
Mark Shannon committed
December 11, 2025
M
GH-135379: Top of stack caching for the JIT. (GH-135465)
Mark Shannon committed
November 13, 2025
K
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin committed
September 3, 2025
S
gh-138264: Fix gcc 14 compiler warnings (GH-138265)
Serhiy Storchaka committed
August 9, 2025
July 2, 2025
June 11, 2025
M
GH-135379: Remove types from stack items in code generator. (GH-135384)
Mark Shannon committed
May 27, 2025
M
GH-132554: "Virtual" iterators (GH-132555)
Mark Shannon committed
April 30, 2025
B
Get rid of ERROR_IF's "label" parameter (GH-132654)
Brandt Bucher committed
B
GH-125515: Mark code after "return" as unreachable in the cases generator (#133178)
Brandt Bucher committed
April 14, 2025
M
GH-131498: Cases generator: Allow input and 'peek' variables to be modified (GH-132506)
Mark Shannon 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
March 31, 2025
M
GH-131498: Another refactoring of the code generator (GH-131827)
Mark Shannon committed
March 26, 2025
M
GH-131729: Code-gen better liveness analysis (GH-131732)
Mark Shannon 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
February 28, 2025
M
GH-130296: Avoid stack transients in four instructions. (GH-130310)
Mark Shannon committed
February 12, 2025
M
GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)
Mark Shannon committed
February 6, 2025
K
gh-128563: A new tail-calling interpreter (GH-128718)
Ken Jin committed
February 4, 2025
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 23, 2025
January 22, 2025
K
January 20, 2025
January 14, 2025
January 13, 2025
M
GH-128682: Stronger checking of `PyStackRef_CLOSE` and `DEAD`. (GH-128683)
Mark Shannon committed
January 6, 2025
M
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon committed
December 13, 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 8, 2024
C
gh-125084: Resolve paths in generator common code (GH-125085)
Cody Maloney committed
October 7, 2024
M
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon committed
September 24, 2024
S
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross committed
September 12, 2024
August 14, 2024
M
GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)
Mark Shannon committed
August 8, 2024
M
GH-120024: Tidy up case generator code a bit. (GH-122780)
Mark Shannon committed
August 7, 2024
S
gh-118926: Spill deferred references to stack in cases generator (#122748)
Sam Gross committed
August 6, 2024
M
GH-120024: Refactor code generators to uses classes for emitting code. (GH-122730)
Mark Shannon committed
August 1, 2024
M
GH-122155: Track local variables between pops and pushes in cases generator (GH-122286)
Mark Shannon committed
July 23, 2024
M
July 9, 2024
M
June 26, 2024
K
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin committed
June 17, 2024
V
gh-120417: Remove unused imports in cases_generator (#120622)
Victor Stinner committed
April 7, 2024
K
Cases generator: Remove type_prop and passthrough (#117614)
Ken Jin committed
March 26, 2024
M
GH-116422: Tier2 hot/cold splitting (GH-116813)
Mark Shannon committed