COMMITS
/ Tools/cases_generator/stack.py December 11, 2025
M
GH-135379: Top of stack caching for the JIT. (GH-135465)
Mark Shannon committed
December 4, 2025
K
gh-141976: Check stack bounds in JIT optimizer (GH-142201)
Ken Jin committed
December 3, 2025
M
GH-141794: Limit size of generated machine code. (GH-142228)
Mark Shannon 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
April 18, 2025
B
GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
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
March 31, 2025
M
GH-131498: Another refactoring of the code generator (GH-131827)
Mark Shannon committed
March 27, 2025
M
GH-131729: Consider in-memory state when merging storage and stack (GH-131773)
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
M
GH-130296: Remove `_PyOpcode_max_stack_effect` as it is no longer used (GH-131493)
Mark Shannon committed
March 13, 2025
V
gh-131152: Remove unused imports from `Tools/cases_generator` (#131156)
Victor Stinner committed
February 12, 2025
M
GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)
Mark Shannon committed
February 4, 2025
M
GH-128682: Spill the stack pointer in labels, as well as instructions (GH-129618)
Mark Shannon committed
January 23, 2025
January 20, 2025
January 17, 2025
M
Refactor code generators a bit (GH-128920)
Mark Shannon committed
January 14, 2025
December 13, 2024
November 26, 2024
October 7, 2024
M
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon committed
September 12, 2024
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 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 18, 2024
July 9, 2024
M
June 26, 2024
K
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin committed
June 25, 2024
M
GH-120982: Add stack check assertions to generated interpreter code (GH-120992)
Mark Shannon committed
May 29, 2024
I
gh-119689: generate stack effect metadata for pseudo instructions (#119691)
Irit Katriel committed
February 20, 2024
M
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon committed
February 13, 2024
K
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Ken Jin committed
January 15, 2024
January 12, 2024
K
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin committed
December 21, 2023
M
GH-111485: Delete the old generator code. (GH-113321)
Mark Shannon committed
December 20, 2023
M
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon committed
December 18, 2023
M
GH-111485: Test the new cases generator (GH-113252)
Mark Shannon committed
December 12, 2023
December 7, 2023