summaryrefslogtreecommitdiffstats
path: root/Python/optimizer.c
Commit message (Expand)AuthorAgeFilesLines
...
* gh-106320: Use _PyInterpreterState_GET() (#106336)Victor Stinner2023-07-021-5/+4
* gh-104584: Emit macro expansions to opcode_metadata.h (#106163)Guido van Rossum2023-06-281-3/+5
* gh-104584: Baby steps towards generating and executing traces (#105924)Guido van Rossum2023-06-271-0/+199
* GH-104584: Assorted fixes for the optimizer API. (GH-105683)Mark Shannon2023-06-191-28/+45
* GH-100987: Allow objects other than code objects as the "executable" of an in...Mark Shannon2023-06-141-3/+5
* GH-104584: Allow optimizers to opt out of optimizing. (GH-105244)Mark Shannon2023-06-051-11/+18
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-021-0/+254