COMMITS
/ Python/optimizer_symbols.c May 22, 2025
B
GH-131798: Optimize cached class attributes and methods in the JIT (GH-134403)
Brandt Bucher committed
May 20, 2025
B
GH-131798: Narrow types more aggressively in the JIT (GH-134373)
Brandt Bucher committed
March 20, 2025
B
GH-131331: Rename "not" to "invert" (GH-131334)
Bénédikt Tran committed
M
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
March 4, 2025
A
GH-130415: Narrow str to "" based on boolean tests (GH-130476)
Amit Lavon committed
K
GH-130415: Narrow int to 0 based on boolean tests (GH-130772)
Klaus117 committed
March 2, 2025
B
GH-130415: Use boolean guards to narrow types to values in the JIT (GH-130659)
Brandt Bucher committed
January 20, 2025
M
GH-128939: Refactor JIT optimize structs (GH-128940)
Mark Shannon committed
June 26, 2024
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
May 2, 2024
M
GH-118095: Unify the behavior of tier 2 FOR_ITER branch micro-ops (GH-118420)
Mark Shannon committed
May 1, 2024
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
April 22, 2024
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
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