summaryrefslogtreecommitdiffstats
path: root/Python/optimizer_analysis.c
Commit message (Expand)AuthorAgeFilesLines
* A smattering of cleanups in uop debug output and lltrace (#112980)Guido van Rossum2023-12-121-1/+0
* GH-111848: Set the IP when de-optimizing (GH-112065)Mark Shannon2023-11-151-12/+10
* GH-109369: Exit tier 2 if executor is invalid (GH-111657)Mark Shannon2023-11-091-1/+14
* GH-111646: Simplify optimizer, by compacting uops when making executor. (GH-1...Mark Shannon2023-11-061-3/+32
* gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...Irit Katriel2023-08-231-1/+0
* gh-107557: Setup abstract interpretation (#107847)Ken Jin2023-08-151-0/+26