COMMITS
/ Python/optimizer_bytecodes.c April 22, 2024
April 18, 2024
M
GH-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass (GH-117997)
Mark Shannon committed
March 24, 2024
K
gh-117176: Fix compiler warning in Python/optimizer_bytecodes.c (GH-117199)
Kirill Podoprigora committed
March 21, 2024
G
gh-117045: Add code object to function version cache (#117028)
Guido van Rossum committed
March 20, 2024
March 18, 2024
G
Cleanup tier2 debug output (#116920)
Guido van Rossum committed
March 13, 2024
K
gh-115419: Change default sym to not_null (GH-116562)
Ken Jin committed
March 7, 2024
K
gh-116420: Fix unused var compilation warnings (GH-116466)
Ken Jin committed
March 6, 2024
M
GH-115687: Most comparisons create Booleans, so propagate that information (GH-116360)
Mark Shannon committed
March 5, 2024
M
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
Mark Shannon committed
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