Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-98831: Implement basic cache effects (#99313) | Guido van Rossum | 2022-11-16 | 2 | -72/+154 |
* | GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182) | Brandt Bucher | 2022-11-09 | 1 | -1/+3 |
* | GH-98831: Simple input-output stack effects for bytecodes.c (#99120) | Guido van Rossum | 2022-11-08 | 2 | -56/+113 |
* | GH-98831: Implement super-instruction generation (#99084) | Guido van Rossum | 2022-11-06 | 2 | -14/+66 |
* | GH-99104: Update headers for bytecodes.c and generate_cases.py (#99112) | Guido van Rossum | 2022-11-05 | 1 | -1/+2 |
* | GH-98831: Auto-generate PREDICTED() macro calls (#99102) | Guido van Rossum | 2022-11-04 | 1 | -0/+7 |
* | GH-98831: Remove redundant extract_cases.py script (GH-99065) | Guido van Rossum | 2022-11-03 | 3 | -338/+0 |
* | GH-98831: "Generate" the interpreter (#98830) | Guido van Rossum | 2022-11-03 | 7 | -0/+1079 |