Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gh-106320: Use _PyInterpreterState_GET() (#106336) | Victor Stinner | 2023-07-02 | 1 | -5/+4 | |
* | gh-104584: Emit macro expansions to opcode_metadata.h (#106163) | Guido van Rossum | 2023-06-28 | 1 | -3/+5 | |
* | gh-104584: Baby steps towards generating and executing traces (#105924) | Guido van Rossum | 2023-06-27 | 1 | -0/+199 | |
* | GH-104584: Assorted fixes for the optimizer API. (GH-105683) | Mark Shannon | 2023-06-19 | 1 | -28/+45 | |
* | GH-100987: Allow objects other than code objects as the "executable" of an in... | Mark Shannon | 2023-06-14 | 1 | -3/+5 | |
* | GH-104584: Allow optimizers to opt out of optimizing. (GH-105244) | Mark Shannon | 2023-06-05 | 1 | -11/+18 | |
* | GH-104584: Plugin optimizer API (GH-105100) | Mark Shannon | 2023-06-02 | 1 | -0/+254 | |