aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/optimizer_analysis.c
Commit message (Expand)AuthorAge
* GH-130415: Improve the JIT's unneeded uop removal pass (GH-132333)Brandt Bucher9 days
* GH-131726: Split up _CHECK_VALIDITY_AND_SET_IP (GH-131810)Brandt Bucher2025-04-01
* gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)mpage2025-04-01
* GH-131498: Remove conditional stack effects (GH-131499)Mark Shannon2025-03-20
* 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-129715: Remove _DYNAMIC_EXIT (GH-129716)Brandt Bucher2025-02-07
* 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-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: Refactor `LOAD_GLOBAL` specializations to avoid reloading {globals...mpage2024-10-09
* gh-120619: Optimize through `_Py_FRAME_GENERAL` (GH-124518)Ken Jin2024-10-03
* gh-124296: Remove private dictionary version tag (PEP 699) (#124472)Sam Gross2024-10-01
* gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)Sam Gross2024-09-24
* GH-118095: Add tier two support for BINARY_SUBSCR_GETITEM (GH-120793)Mark Shannon2024-08-01
* gh-120642: Move private PyCode APIs to the internal C API (#120643)Victor Stinner2024-06-26
* GH-120982: Add stack check assertions to generated interpreter code (GH-120992)Mark Shannon2024-06-25
* 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-118910: Less boilerplate in the tier 2 optimizer (#118913)Mark Shannon2024-05-10
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-04-30
* GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)Mark Shannon2024-04-25
* GH-115419: Move setting the instruction pointer to error exit stubs (GH-118088)Mark Shannon2024-04-24
* GH-115480: Reduce guard strength for binary ops when type of one operand is k...Mark Shannon2024-04-22
* GH-116202: Incorporate invalidation check into _START_EXECUTOR. (GH-118044)Mark Shannon2024-04-19
* GH-115419: Improve list of escaping functions (GH-118054)Mark Shannon2024-04-19
* GH-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass (GH-1...Mark Shannon2024-04-18
* gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)Peter Lazorchak2024-04-03
* GH-116422: Tier2 hot/cold splitting (GH-116813)Mark Shannon2024-03-26
* gh-117045: Add code object to function version cache (#117028)Guido van Rossum2024-03-21
* gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)Michael Droettboom2024-03-22
* 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-116596: Better determination of escaping uops. (GH-116597)Mark Shannon2024-03-11
* GH-113710: Fix optimization of globals using `_CHECK_FUNCTION` (GH-116460)Mark Shannon2024-03-08
* GH-113710: Tier 2 optimizer: check the function instead of checking globals. ...Mark Shannon2024-03-06
* GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)Mark Shannon2024-03-05
* 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-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
* gh-115168: Add pystats counter for invalidated executors (GH-115169)Michael Droettboom2024-02-26
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-26
* gh-115859: Disable the tier 2 redundancy eliminator by default (GH-115860)Ken Jin2024-02-23