COMMITS
/ Python/optimizer_analysis.c October 9, 2024
October 2, 2024
K
gh-120619: Optimize through `_Py_FRAME_GENERAL` (GH-124518)
Ken Jin committed
October 1, 2024
S
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
Sam Gross committed
September 24, 2024
S
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross committed
August 1, 2024
M
GH-118095: Add tier two support for BINARY_SUBSCR_GETITEM (GH-120793)
Mark Shannon committed
June 26, 2024
V
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Victor Stinner committed
June 25, 2024
M
GH-120982: Add stack check assertions to generated interpreter code (GH-120992)
Mark Shannon committed
June 17, 2024
M
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
Mark Shannon committed
June 8, 2024
S
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Saul Shanabrook committed
May 10, 2024
M
GH-118910: Less boilerplate in the tier 2 optimizer (#118913)
Mark Shannon committed
May 1, 2024
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
April 25, 2024
M
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
Mark Shannon committed
April 24, 2024
M
GH-115419: Move setting the instruction pointer to error exit stubs (GH-118088)
Mark Shannon committed
April 22, 2024
April 19, 2024
M
GH-116202: Incorporate invalidation check into _START_EXECUTOR. (GH-118044)
Mark Shannon committed
M
GH-115419: Improve list of escaping functions (GH-118054)
Mark Shannon committed
April 18, 2024
M
GH-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass (GH-117997)
Mark Shannon committed
April 3, 2024
P
gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)
Peter Lazorchak committed
March 26, 2024
M
GH-116422: Tier2 hot/cold splitting (GH-116813)
Mark Shannon committed
March 21, 2024
G
gh-117045: Add code object to function version cache (#117028)
Guido van Rossum committed
M
gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)
Michael Droettboom committed
March 20, 2024
March 18, 2024
G
Cleanup tier2 debug output (#116920)
Guido van Rossum committed
March 11, 2024
M
GH-116596: Better determination of escaping uops. (GH-116597)
Mark Shannon committed
March 8, 2024
M
GH-113710: Fix optimization of globals using `_CHECK_FUNCTION` (GH-116460)
Mark Shannon committed
March 6, 2024
M
GH-113710: Tier 2 optimizer: check the function instead of checking globals. (GH-116410)
Mark Shannon committed
March 5, 2024
M
GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)
Mark Shannon committed
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
February 29, 2024
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
M
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom committed
G
Rename tier 2 redundancy eliminator to optimizer (#115888)
Guido van Rossum committed
February 23, 2024
K
K
February 22, 2024
February 21, 2024
B
Delete unused sym_clear_flag function. (#115744)
Benjamin Peterson committed
February 20, 2024
G
Tier 2 cleanups and tweaks (#115534)
Guido van Rossum committed
February 16, 2024
K
gh-115480: Minor fixups in int constant propagation (GH-115507)
Ken Jin committed
February 15, 2024
K
gh-115480: Type and constant propagation for int BINARY_OPs (GH-115478)
Ken Jin committed
February 13, 2024
M
GH-113710: Improve `_SET_IP` and `_CHECK_VALIDITY` (GH-115248)
Mark Shannon committed
K
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Ken Jin committed
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