| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-128195: Add `_REPLACE_WITH_TRUE` to the tier2 optimizer (GH-128203) | Yan Yanchii | 2024-12-23 | 1 | -0/+4 |
|
|
* | gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737) | Donghee Na | 2024-12-19 | 1 | -1/+2 |
|
|
* | gh-115999: Specialize loading attributes from modules in free-threaded builds... | mpage | 2024-12-13 | 1 | -3/+7 |
|
|
* | gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-1... | Ken Jin | 2024-11-09 | 1 | -2/+21 |
|
|
* | GH-125837: Split `LOAD_CONST` into three. (GH-125972) | Mark Shannon | 2024-10-29 | 1 | -0/+11 |
|
|
* | GH-125912: Teach the JIT's optimizer about _BINARY_OP_INPLACE_ADD_UNICODE (GH... | Brandt Bucher | 2024-10-28 | 1 | -0/+18 |
|
|
* | gh-115999: Refactor `LOAD_GLOBAL` specializations to avoid reloading {globals... | mpage | 2024-10-09 | 1 | -0/+10 |
|
|
* | GH-119866: Spill the stack around escaping calls. (GH-124392) | Mark Shannon | 2024-10-07 | 1 | -9/+11 |
|
|
* | gh-120619: Optimize through `_Py_FRAME_GENERAL` (GH-124518) | Ken Jin | 2024-10-02 | 1 | -23/+16 |
|
|
* | GH-115776: Allow any fixed sized object to have inline values (GH-123192) | Mark Shannon | 2024-08-21 | 1 | -2/+2 |
|
|
* | GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140) | Mark Shannon | 2024-08-20 | 1 | -1/+18 |
|
|
* | GH-118093: Specialize `CALL_KW` (GH-123006) | Mark Shannon | 2024-08-16 | 1 | -0/+9 |
|
|
* | GH-122869: Add missing tier two optimizer cases (GH-122936) | Mark Shannon | 2024-08-12 | 1 | -0/+14 |
|
|
* | Manually override bytecode definition in optimizer, to avoid build error (GH-... | Mark Shannon | 2024-07-26 | 1 | -0/+8 |
|
|
* | GH-122294: Burn in the addresses of side exits (GH-122295) | Brandt Bucher | 2024-07-26 | 1 | -1/+2 |
|
|
* | GH-118093: Add tier two support to several instructions (GH-121884) | Brandt Bucher | 2024-07-18 | 1 | -0/+5 |
|
|
* | gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-11... | Nadeshiko Manju | 2024-06-19 | 1 | -1/+0 |
|
|
* | GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12... | Mark Shannon | 2024-06-18 | 1 | -1/+6 |
|
|
* | GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624) | Mark Shannon | 2024-06-17 | 1 | -1/+1 |
|
|
* | gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365) | Saul Shanabrook | 2024-06-08 | 1 | -8/+29 |
|
|
* | GH-119476: Split _CHECK_FUNCTION_VERSION out of _CHECK_FUNCTION_EXACT_ARGS (G... | Brandt Bucher | 2024-05-28 | 1 | -2/+1 |
|
|
* | GH-118910: Less boilerplate in the tier 2 optimizer (#118913) | Mark Shannon | 2024-05-10 | 1 | -142/+92 |
|
|
* | GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s... | Mark Shannon | 2024-05-04 | 1 | -1/+10 |
|
|
* | GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380) | Mark Shannon | 2024-04-30 | 1 | -0/+9 |
|
|
* | GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180) | Mark Shannon | 2024-04-25 | 1 | -0/+22 |
|
|
* | GH-115480: Reduce guard strength for binary ops when type of one operand is k... | Mark Shannon | 2024-04-22 | 1 | -7/+44 |
|
|
* | GH-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass (GH-1... | Mark Shannon | 2024-04-18 | 1 | -5/+78 |
|
|
* | gh-117176: Fix compiler warning in Python/optimizer_bytecodes.c (GH-117199) | Kirill Podoprigora | 2024-03-24 | 1 | -1/+1 |
|
|
* | gh-117045: Add code object to function version cache (#117028) | Guido van Rossum | 2024-03-21 | 1 | -8/+19 |
|
|
* | GH-117066: Tier 2 optimizer: Don't throw away good traces if we can't optimiz... | Mark Shannon | 2024-03-20 | 1 | -1/+3 |
|
|
* | Cleanup tier2 debug output (#116920) | Guido van Rossum | 2024-03-18 | 1 | -0/+1 |
|
|
* | gh-115419: Change default sym to not_null (GH-116562) | Ken Jin | 2024-03-13 | 1 | -1/+8 |
|
|
* | gh-116420: Fix unused var compilation warnings (GH-116466) | Ken Jin | 2024-03-07 | 1 | -0/+12 |
|
|
* | GH-115687: Most comparisons create Booleans, so propagate that information (G... | Mark Shannon | 2024-03-06 | 1 | -0/+29 |
|
|
* | GH-115819: Eliminate Boolean guards when value is known (GH-116355) | Mark Shannon | 2024-03-05 | 1 | -0/+41 |
|
|
* | GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-... | Mark Shannon | 2024-03-05 | 1 | -28/+45 |
|
|
* | gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710) | Ken Jin | 2024-03-01 | 1 | -0/+16 |
|
|
* | gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686) | Ken Jin | 2024-02-29 | 1 | -0/+61 |
|
|
* | gh-116088: Insert bottom checks after all sym_set_...() calls (#116089) | Guido van Rossum | 2024-02-29 | 1 | -9/+27 |
|
|
* | gh-115859: Re-enable T2 optimizer pass by default (#116062) | Guido van Rossum | 2024-02-28 | 1 | -9/+34 |
|
|
* | gh-115816: Improve internal symbols API in optimizer (#116028) | Guido van Rossum | 2024-02-28 | 1 | -0/+2 |
|
|
* | GH-115816: Assorted naming and formatting changes to improve maintainability.... | Mark Shannon | 2024-02-27 | 1 | -98/+115 |
|
|
* | GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11... | Mark Shannon | 2024-02-27 | 1 | -85/+85 |
|
|
* | Rename tier 2 redundancy eliminator to optimizer (#115888) | Guido van Rossum | 2024-02-26 | 1 | -0/+409 |
|
|