summaryrefslogtreecommitdiffstats
path: root/Include/cpython/optimizer.h
Commit message (Expand)AuthorAgeFilesLines
* GH-104584: Don't call executors from JUMP_BACKWARD (GH-109347)Brandt Bucher2023-09-131-1/+1
* gh-106320: Remove private _PySys functions (#108452)Victor Stinner2023-08-241-1/+1
* gh-107557: Setup abstract interpretation (#107847)Ken Jin2023-08-151-1/+1
* gh-106608: make uop trace variable length (#107531)Ivin Lee2023-08-051-1/+1
* GH-106360: Support very basic superblock introspection (#106422)Mark Shannon2023-07-041-0/+2
* gh-104584: Baby steps towards generating and executing traces (#105924)Guido van Rossum2023-06-271-0/+1
* GH-104584: Allow optimizers to opt out of optimizing. (GH-105244)Mark Shannon2023-06-051-1/+2
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-021-0/+54