aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/_opcode_metadata.py
Commit message (Expand)AuthorAge
* gh-130907: Treat all module-level annotations as conditional (#131550)Jelle Zijlstra44 hours
* gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)mpage2025-04-01
* GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)Mark Shannon2025-03-07
* gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)Tomasz Pytel2025-03-06
* GH-128534: Instrument branches for `async for` loops. (GH-130569)Mark Shannon2025-02-27
* gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (...Irit Katriel2025-02-07
* GH-128563: Generate `opcode = ...` in instructions that need `opcode` (GH-129...Mark Shannon2025-02-03
* GH-126599: Remove the PyOptimizer API (GH-129194)Brandt Bucher2025-01-28
* GH-128914: Remove all but one conditional stack effects (GH-129226)Mark Shannon2025-01-27
* Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...Sam Gross2025-01-23
* GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...Mark Shannon2025-01-20
* gh-100239: specialize long tail of binary operations (#128722)Irit Katriel2025-01-16
* GH-128685: Specialize (rather than quicken) LOAD_CONST into LOAD_CONST_[IM]MO...Mark Shannon2025-01-13
* GH-128375: Better instrument for `FOR_ITER` (GH-128445)Mark Shannon2025-01-06
* GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...Mark Shannon2024-12-19
* GH-125837: Split `LOAD_CONST` into three. (GH-125972)Mark Shannon2024-10-29
* GH-119866: Spill the stack around escaping calls. (GH-124392)Mark Shannon2024-10-07
* gh-124285: Fix bug where bool() is called multiple times for the same part of...Irit Katriel2024-09-25
* GH-123040: Specialize shadowed `LOAD_ATTR`. (GH-123219)Mark Shannon2024-08-23
* GH-118093: Specialize `CALL_KW` (GH-123006)Mark Shannon2024-08-16
* GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)Mark Shannon2024-08-14
* GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)Mark Shannon2024-08-13
* GH-122029: Break INSTRUMENTED_CALL into micro-ops, so that its behavior is co...Mark Shannon2024-07-26
* GH-121131: Clean up and fix some instrumented instructions. (GH-121132)Mark Shannon2024-07-26
* GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)Mark Shannon2024-07-25
* GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...Mark Shannon2024-06-18
* gh-119676: remove several pseudo instructions which are use only in codegen (...Irit Katriel2024-05-28
* gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)Jelle Zijlstra2024-05-22
* GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...Mark Shannon2024-05-04
* gh-116381: Remove bad specializations, add fail stats (GH-116464)Ken Jin2024-03-08
* gh-116381: Specialize CONTAINS_OP (GH-116385)Ken Jin2024-03-07
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-20
* gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...Irit Katriel2023-11-03
* gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...Irit Katriel2023-11-02
* GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)Brandt Bucher2023-09-13
* gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)Irit Katriel2023-09-12
* GH-108614: Add `RESUME_CHECK` instruction (GH-108630)Mark Shannon2023-09-07
* gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...Irit Katriel2023-08-16
* GH-107596: Specialize str[int] (GH-107597)Brandt Bucher2023-08-08
* GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)Mark Shannon2023-07-10
* GH-106008: Make implicit boolean conversions explicit (GH-106003)Brandt Bucher2023-06-29
* GH-91095: Specialize calls to normal Python classes. (GH-99331)Mark Shannon2023-06-22
* gh-105481: generate _specializations and _specialized_instructions from bytec...Irit Katriel2023-06-19