summaryrefslogtreecommitdiffstats
path: root/Python/optimizer_symbols.c
Commit message (Collapse)AuthorAgeFilesLines
* GH-115816: Assorted naming and formatting changes to improve ↵Mark Shannon2024-02-271-57/+48
| | | | | | | maintainability. (GH-115987) * Rename _Py_UOpsAbstractInterpContext to _Py_UOpsContext and _Py_UOpsSymType to _Py_UopsSymbol. * #define shortened form of _Py_uop_... names for improved readability.
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. ↵Mark Shannon2024-02-271-0/+332
(GH-115953)