aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/optimizer_bytecodes.c
Commit message (Expand)AuthorAge
* 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-122869: Add missing tier two optimizer cases (GH-122936)Mark Shannon2024-08-12
* 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-118093: Add tier two support to several instructions (GH-121884)Brandt Bucher2024-07-18
* gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-11...Nadeshiko Manju2024-06-19
* GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...Mark Shannon2024-06-18
* GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)Mark Shannon2024-06-17
* gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)Saul Shanabrook2024-06-08
* GH-119476: Split _CHECK_FUNCTION_VERSION out of _CHECK_FUNCTION_EXACT_ARGS (G...Brandt Bucher2024-05-28
* GH-118910: Less boilerplate in the tier 2 optimizer (#118913)Mark Shannon2024-05-10
* GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...Mark Shannon2024-05-04
* GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)Mark Shannon2024-04-30
* GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)Mark Shannon2024-04-25
* GH-115480: Reduce guard strength for binary ops when type of one operand is k...Mark Shannon2024-04-22
* GH-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass (GH-1...Mark Shannon2024-04-18
* gh-117176: Fix compiler warning in Python/optimizer_bytecodes.c (GH-117199)Kirill Podoprigora2024-03-24
* gh-117045: Add code object to function version cache (#117028)Guido van Rossum2024-03-21
* GH-117066: Tier 2 optimizer: Don't throw away good traces if we can't optimiz...Mark Shannon2024-03-20
* Cleanup tier2 debug output (#116920)Guido van Rossum2024-03-18
* gh-115419: Change default sym to not_null (GH-116562)Ken Jin2024-03-13
* gh-116420: Fix unused var compilation warnings (GH-116466)Ken Jin2024-03-08
* GH-115687: Most comparisons create Booleans, so propagate that information (G...Mark Shannon2024-03-06
* GH-115819: Eliminate Boolean guards when value is known (GH-116355)Mark Shannon2024-03-05
* GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-...Mark Shannon2024-03-05
* gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710)Ken Jin2024-03-02
* gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)Ken Jin2024-03-01
* gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)Guido van Rossum2024-02-29
* gh-115859: Re-enable T2 optimizer pass by default (#116062)Guido van Rossum2024-02-28
* gh-115816: Improve internal symbols API in optimizer (#116028)Guido van Rossum2024-02-28
* GH-115816: Assorted naming and formatting changes to improve maintainability....Mark Shannon2024-02-27
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-27
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-26