summaryrefslogtreecommitdiffstats
path: root/Python/optimizer_symbols.c
Commit message (Expand)AuthorAgeFilesLines
* GH-115819: Eliminate Boolean guards when value is known (GH-116355)Mark Shannon2024-03-051-0/+9
* GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-...Mark Shannon2024-03-051-0/+44
* gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)Guido van Rossum2024-02-291-14/+22
* gh-115859: Re-enable T2 optimizer pass by default (#116062)Guido van Rossum2024-02-281-1/+1
* gh-115816: Improve internal symbols API in optimizer (#116028)Guido van Rossum2024-02-281-62/+180
* GH-115816: Assorted naming and formatting changes to improve maintainability....Mark Shannon2024-02-271-57/+48
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-271-0/+332