summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_optimizer.h
Commit message (Expand)AuthorAgeFilesLines
* GH-116422: Tier2 hot/cold splitting (GH-116813)Mark Shannon2024-03-261-1/+1
* GH-115819: Eliminate Boolean guards when value is known (GH-116355)Mark Shannon2024-03-051-0/+1
* GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-...Mark Shannon2024-03-051-0/+1
* gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)Guido van Rossum2024-02-291-4/+4
* GH-115802: JIT "small" code for Windows (GH-115964)Brandt Bucher2024-02-291-0/+2
* gh-115859: Re-enable T2 optimizer pass by default (#116062)Guido van Rossum2024-02-281-0/+2
* gh-115816: Improve internal symbols API in optimizer (#116028)Guido van Rossum2024-02-281-5/+7
* GH-115816: Assorted naming and formatting changes to improve maintainability....Mark Shannon2024-02-271-38/+35
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-271-0/+85
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-131-0/+7
* GH-113710: Add a "globals to constants" pass (GH-114592)Mark Shannon2024-02-021-2/+3
* GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)Brandt Bucher2024-01-121-2/+0
* GH-111339: Fix initialization and finalization of static optimizer types (GH-...Savannah Ostrowski2023-10-291-0/+5
* gh-108216: Cleanup #include in internal header files (#108228)Victor Stinner2023-08-211-1/+1
* gh-107557: Setup abstract interpretation (#107847)Ken Jin2023-08-151-0/+20