summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator
Commit message (Expand)AuthorAgeFilesLines
* GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)Guido van Rossum2022-11-234-73/+246
* GH-98831: Refactor and fix cases generator (#99526)Guido van Rossum2022-11-184-241/+344
* GH-98831: Implement basic cache effects (#99313)Guido van Rossum2022-11-162-72/+154
* GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)Brandt Bucher2022-11-091-1/+3
* GH-98831: Simple input-output stack effects for bytecodes.c (#99120)Guido van Rossum2022-11-082-56/+113
* GH-98831: Implement super-instruction generation (#99084)Guido van Rossum2022-11-062-14/+66
* GH-99104: Update headers for bytecodes.c and generate_cases.py (#99112)Guido van Rossum2022-11-051-1/+2
* GH-98831: Auto-generate PREDICTED() macro calls (#99102)Guido van Rossum2022-11-041-0/+7
* GH-98831: Remove redundant extract_cases.py script (GH-99065)Guido van Rossum2022-11-033-338/+0
* GH-98831: "Generate" the interpreter (#98830)Guido van Rossum2022-11-037-0/+1079