COMMITS
/ Tools/cases_generator/opcode_metadata_generator.py February 2, 2026
M
GH-144179: Add value recording to JIT tracing front-end (GH-144303)
Mark Shannon committed
January 16, 2026
D
gh-142913: Add test case for interpreter generator w/ overridden opcodes (#142911)
Dino Viehland 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
August 9, 2025
June 23, 2025
K
gh-134584: Specialize POP_TOP by reference and type in JIT (GH-135761)
Ken Jin committed
May 19, 2025
D
gh-128045: Mark unknown opcodes as deopting to themselves (#128044)
Dino Viehland committed
April 1, 2025
M
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage committed
March 31, 2025
M
GH-131498: Another refactoring of the code generator (GH-131827)
Mark Shannon committed
March 20, 2025
M
GH-130296: Remove `_PyOpcode_max_stack_effect` as it is no longer used (GH-131493)
Mark Shannon committed
February 28, 2025
M
GH-130296: Avoid stack transients in four instructions. (GH-130310)
Mark Shannon committed
January 23, 2025
January 20, 2025
January 6, 2025
M
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon committed
November 26, 2024
September 25, 2024
August 8, 2024
M
GH-120024: Tidy up case generator code a bit. (GH-122780)
Mark Shannon committed
July 26, 2024
M
GH-121131: Clean up and fix some instrumented instructions. (GH-121132)
Mark Shannon committed
June 17, 2024
V
gh-120417: Remove unused imports in cases_generator (#120622)
Victor Stinner committed
May 29, 2024
I
gh-119689: generate stack effect metadata for pseudo instructions (#119691)
Irit Katriel committed
March 26, 2024
M
GH-116422: Tier2 hot/cold splitting (GH-116813)
Mark Shannon committed
February 23, 2024
K
gh-115778: Add `tierN` annotation for instruction definitions (#115815)
Kirill Podoprigora committed
February 20, 2024
M
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon committed
M
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
Mark Shannon committed
February 3, 2024
K
``Tools/cases_generator``: Fix typos and incorrect comments. (#114892)
Kirill Podoprigora committed
January 12, 2024
K
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin committed
December 20, 2023
G
GH-111485: Fix DEFAULT_OUTPUT in opcode_metadata_generator.py (#113324)
Guido van Rossum committed
M
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon committed