COMMITS
/ Include/opcode_ids.h March 21, 2026
M
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
Mark Shannon committed
March 16, 2026
K
gh-127958: Trace from RESUME in the JIT (GH-145905)
Ken Jin committed
January 6, 2026
K
gh-142982: Specialize CALL_FUNCTION_EX (GH-143391)
Ken Jin committed
January 4, 2026
C
gh-139757: Add BINARY_OP_SUBSCR_USTR_INT (GH-143389)
Chris Eibl committed
November 18, 2025
M
GH-139109: Support switch/case dispatch with the tracing interpreter. (GH-141703)
Mark Shannon committed
May 20, 2025
M
GH-134282: Always borrow references LOAD_CONST (GH-134284)
Mark Shannon committed
May 1, 2025
I
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
Irit Katriel committed
April 30, 2025
L
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou committed
April 28, 2025
J
gh-130907: Treat all module-level annotations as conditional (#131550)
Jelle Zijlstra committed
April 1, 2025
M
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage committed
March 7, 2025
M
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon committed
March 6, 2025
T
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
Tomasz Pytel committed
February 27, 2025
M
GH-128534: Instrument branches for `async for` loops. (GH-130569)
Mark Shannon committed
February 7, 2025
I
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
Irit Katriel committed
February 3, 2025
M
GH-128563: Generate `opcode = ...` in instructions that need `opcode` (GH-129608)
Mark Shannon committed
January 29, 2025
B
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher committed
January 27, 2025
M
GH-128914: Remove all but one conditional stack effects (GH-129226)
Mark Shannon committed
January 23, 2025
January 20, 2025
January 16, 2025
I
gh-100239: specialize long tail of binary operations (#128722)
Irit Katriel committed
January 13, 2025
M
January 6, 2025
M
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon committed
December 19, 2024
M
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
Mark Shannon committed
October 29, 2024
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon committed
October 7, 2024
M
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon committed
September 25, 2024
August 23, 2024
M
GH-123040: Specialize shadowed `LOAD_ATTR`. (GH-123219)
Mark Shannon committed
August 16, 2024
M
GH-118093: Specialize `CALL_KW` (GH-123006)
Mark Shannon 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
July 26, 2024
M
M
GH-121131: Clean up and fix some instrumented instructions. (GH-121132)
Mark Shannon committed
July 25, 2024
M
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
Mark Shannon committed
June 18, 2024
M
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Mark Shannon committed
May 28, 2024
I
gh-119676: remove several pseudo instructions which are use only in codegen (#119677)
Irit Katriel committed
May 22, 2024
J
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra committed
May 4, 2024
March 7, 2024
K
gh-116381: Remove bad specializations, add fail stats (GH-116464)
Ken Jin committed
March 6, 2024
K
gh-116381: Specialize CONTAINS_OP (GH-116385)
Ken Jin committed
December 20, 2023
M
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon committed
December 12, 2023
December 8, 2023
M
GH-111485: Factor out opcode ID generator from the main cases generator. (GH-112831)
Mark Shannon committed
November 3, 2023
November 2, 2023
I
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
Irit Katriel committed
September 13, 2023
B
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher committed
September 12, 2023
I
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
Irit Katriel committed
September 7, 2023
M
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
Mark Shannon committed
August 16, 2023
I
August 11, 2023
I