Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-115819: Eliminate Boolean guards when value is known (GH-116355) | Mark Shannon | 2024-03-05 | 1 | -0/+9 |
* | GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-... | Mark Shannon | 2024-03-05 | 1 | -0/+44 |
* | gh-116088: Insert bottom checks after all sym_set_...() calls (#116089) | Guido van Rossum | 2024-02-29 | 1 | -14/+22 |
* | gh-115859: Re-enable T2 optimizer pass by default (#116062) | Guido van Rossum | 2024-02-28 | 1 | -1/+1 |
* | gh-115816: Improve internal symbols API in optimizer (#116028) | Guido van Rossum | 2024-02-28 | 1 | -62/+180 |
* | GH-115816: Assorted naming and formatting changes to improve maintainability.... | Mark Shannon | 2024-02-27 | 1 | -57/+48 |
* | GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11... | Mark Shannon | 2024-02-27 | 1 | -0/+332 |