COMMITS
/ Python/optimizer_analysis.c February 12, 2024
M
GH-113710: Fix updating of dict version tag and add watched dict stats (GH-115221)
Mark Shannon committed
February 2, 2024
M
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon committed
January 24, 2024
M
GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)
Mark Shannon committed
January 12, 2024
B
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
Brandt Bucher committed
January 2, 2024
B
GH-113657: Add back missing _SET_IP uops in tier two (GH-113662)
Brandt Bucher committed
December 12, 2023
G
A smattering of cleanups in uop debug output and lltrace (#112980)
Guido van Rossum committed
November 15, 2023
M
GH-111848: Set the IP when de-optimizing (GH-112065)
Mark Shannon committed
November 9, 2023
M
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon committed
November 6, 2023
M
GH-111646: Simplify optimizer, by compacting uops when making executor. (GH-111647)
Mark Shannon committed
August 23, 2023
I
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
Irit Katriel committed
August 15, 2023
K
gh-107557: Setup abstract interpretation (#107847)
Ken Jin committed