COMMITS
/ Include/internal/pycore_optimizer.h March 20, 2025
B
GH-131331: Rename "not" to "invert" (GH-131334)
Bénédikt Tran committed
March 19, 2025
V
gh-130931: Add pycore_typedefs.h internal header (#131396)
Victor Stinner committed
March 2, 2025
B
GH-130415: Use boolean guards to narrow types to values in the JIT (GH-130659)
Brandt Bucher committed
February 7, 2025
B
GH-129715: Remove _DYNAMIC_EXIT (GH-129716)
Brandt Bucher committed
February 4, 2025
M
GH-128682: Spill the stack pointer in labels, as well as instructions (GH-129618)
Mark Shannon committed
January 29, 2025
B
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher committed
January 20, 2025
M
GH-128939: Refactor JIT optimize structs (GH-128940)
Mark Shannon committed
January 16, 2025
X
GH-126599: Remove the "counter" optimizer/executor (GH-126853)
Xuanteng Huang committed
December 13, 2024
M
GH-126833: Dumps graphviz representation of executor graph. (GH-126880)
Mark Shannon committed
November 9, 2024
September 27, 2024
S
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-124443)
Savannah Ostrowski committed
August 12, 2024
B
GH-118093: Handle some polymorphism before requiring progress in tier two (GH-122843)
Brandt Bucher committed
August 1, 2024
M
GH-118095: Add tier two support for BINARY_SUBSCR_GETITEM (GH-120793)
Mark Shannon committed
July 1, 2024
B
GH-116017: Get rid of _COLD_EXITs (GH-120960)
Brandt Bucher committed
June 26, 2024
K
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin committed
V
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Victor Stinner 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
P
gh-118771: Ensure names defined in optimizer.h start with Py/_Py (GH-118825)
Petr Viktorin committed
April 22, 2024
March 26, 2024
M
GH-116422: Tier2 hot/cold splitting (GH-116813)
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
February 29, 2024
G
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
Guido van Rossum committed
B
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher 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 13, 2024
K
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Ken Jin committed
February 2, 2024
M
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon committed
January 12, 2024
B
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
Brandt Bucher committed
October 29, 2023
S
GH-111339: Fix initialization and finalization of static optimizer types (GH-111430)
Savannah Ostrowski committed
August 21, 2023
V
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner committed
August 15, 2023
K
gh-107557: Setup abstract interpretation (#107847)
Ken Jin committed