COMMITS
/ Python/optimizer_bytecodes.c March 5, 2024
M
GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-116311)
Mark Shannon committed
March 1, 2024
K
gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710)
Ken Jin committed
February 29, 2024
K
gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)
Ken Jin committed
G
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
Guido van Rossum committed
February 28, 2024
G
gh-115859: Re-enable T2 optimizer pass by default (#116062)
Guido van Rossum committed
G
gh-115816: Improve internal symbols API in optimizer (#116028)
Guido van Rossum committed
February 27, 2024
M
GH-115816: Assorted naming and formatting changes to improve maintainability. (GH-115987)
Mark Shannon committed
M
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-115953)
Mark Shannon committed
February 26, 2024
G
Rename tier 2 redundancy eliminator to optimizer (#115888)
Guido van Rossum committed