summaryrefslogtreecommitdiffstats
path: root/Python/optimizer_symbols.c
Commit message (Expand)AuthorAgeFilesLines
* GH-118095: Unify the behavior of tier 2 FOR_ITER branch micro-ops (GH-118420)Mark Shannon2024-05-021-3/+10
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-011-0/+3
* GH-115480: Reduce guard strength for binary ops when type of one operand is k...Mark Shannon2024-04-221-4/+10
* 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