aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/optimizer_cases.c.h
Commit message (Expand)AuthorAge
* gh-115999: Add free-threaded specialization for FOR_ITER (#128798)T. Wouters2025-03-12
* GH-130903: typo in optimizer DSL for _GUARD_BOTH_UNICODE (#130904)Jamie Phan2025-03-06
* GH-130415: Narrow str to "" based on boolean tests (GH-130476)Amit Lavon2025-03-04
* GH-130415: Narrow int to 0 based on boolean tests (GH-130772)Klaus1172025-03-04
* GH-130415: Use boolean guards to narrow types to values in the JIT (GH-130659)Brandt Bucher2025-03-02
* GH-130296: Avoid stack transients in four instructions. (GH-130310)Mark Shannon2025-02-28
* GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)Mark Shannon2025-02-12
* gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (...Irit Katriel2025-02-07
* GH-129715: Remove _DYNAMIC_EXIT (GH-129716)Brandt Bucher2025-02-07
* GH-129709: Clean up tier two (GH-129710)Brandt Bucher2025-02-07
* GH-128563: Generate `opcode = ...` in instructions that need `opcode` (GH-129...Mark Shannon2025-02-03
* GH-128682: Make `PyStackRef_CLOSE` escaping. (GH-129404)Mark Shannon2025-02-03
* 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-128939: Refactor JIT optimize structs (GH-128940)Mark Shannon2025-01-20
* GH-126599: Remove the "counter" optimizer/executor (GH-126853)Xuanteng Huang2025-01-16
* gh-100239: specialize long tail of binary operations (#128722)Irit Katriel2025-01-16
* gh-115999: Specialize `LOAD_ATTR` for instance and class receivers in free-th...mpage2025-01-14
* GH-128682: Convert explicit loops closing arrays into `DECREF_INPUTS`. (GH-12...Mark Shannon2025-01-14
* GH-128685: Specialize (rather than quicken) LOAD_CONST into LOAD_CONST_[IM]MO...Mark Shannon2025-01-13
* GH-127809: Fix the JIT's understanding of ** (GH-127844)Brandt Bucher2025-01-07
* GH-128375: Better instrument for `FOR_ITER` (GH-128445)Mark Shannon2025-01-06
* gh-128195: Add `_REPLACE_WITH_TRUE` to the tier2 optimizer (GH-128203)Yan Yanchii2024-12-24
* gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)Neil Schemenauer2024-12-19
* GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...Mark Shannon2024-12-19
* gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)Donghee Na2024-12-19
* gh-115999: Specialize loading attributes from modules in free-threaded builds...mpage2024-12-13
* gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-1...Ken Jin2024-11-09
* gh-115999: Implement thread-local bytecode and enable specialization for `BIN...mpage2024-11-04
* GH-125837: Split `LOAD_CONST` into three. (GH-125972)Mark Shannon2024-10-29
* GH-125912: Teach the JIT's optimizer about _BINARY_OP_INPLACE_ADD_UNICODE (GH...Brandt Bucher2024-10-28
* gh-115999: Refactor `LOAD_GLOBAL` specializations to avoid reloading {globals...mpage2024-10-09
* GH-119866: Spill the stack around escaping calls. (GH-124392)Mark Shannon2024-10-07
* gh-120619: Optimize through `_Py_FRAME_GENERAL` (GH-124518)Ken Jin2024-10-03
* GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-...Savannah Ostrowski2024-09-27
* gh-121459: Deferred LOAD_GLOBAL (GH-123128)Ken Jin2024-09-14
* GH-123996: Explicitly mark 'self_or_null' as an array of size 1 to ensure tha...Mark Shannon2024-09-12
* GH-115776: Allow any fixed sized object to have inline values (GH-123192)Mark Shannon2024-08-21
* GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)Mark Shannon2024-08-20
* 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-122869: Add missing tier two optimizer cases (GH-122936)Mark Shannon2024-08-12
* GH-118095: Add tier two support for BINARY_SUBSCR_GETITEM (GH-120793)Mark Shannon2024-08-01
* GH-122155: Track local variables between pops and pushes in cases generator (...Mark Shannon2024-08-01
* Manually override bytecode definition in optimizer, to avoid build error (GH-...Mark Shannon2024-07-26
* GH-122294: Burn in the addresses of side exits (GH-122295)Brandt Bucher2024-07-26
* 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-118093: Add tier two support for BINARY_OP_INPLACE_ADD_UNICODE (GH-122253)Brandt Bucher2024-07-25