COMMITS
/ Python/optimizer_bytecodes.c April 22, 2025
T
GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)
Tomas R. committed
April 21, 2025
S
gh-131586: Avoid refcount contention in context managers (gh-131851)
Sam Gross committed
B
GH-130415: Improve the JIT's unneeded uop removal pass (GH-132333)
Brandt Bucher committed
April 18, 2025
B
GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
Brandt Bucher committed
April 16, 2025
April 9, 2025
B
GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-132289)
Brandt Bucher committed
April 8, 2025
N
GH-131798: Narrow the result of _CONTAINS_OP_DICT to bool in the JIT (GH-132269)
Nadeshiko Manju committed
April 5, 2025
T
April 2, 2025
M
GH-131498: Cases generator: Parse down to C statement level. (GH-131948)
Mark Shannon committed
April 1, 2025
B
GH-131798: Allow the JIT to remove more int/float/str guards (GH-131800)
Brandt Bucher committed
M
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage committed
March 30, 2025
A
GH-131798: Remove type checks for _TO_BOOL_STR (GH-131816)
Amit Lavon committed
March 27, 2025
B
GH-130415: Remove redundant sym_matches_type calls in the JIT optimizer (GH-131778)
Brandt Bucher committed
March 26, 2025
M
GH-131729: Code-gen better liveness analysis (GH-131732)
Mark Shannon committed
March 21, 2025
S
GH-130415: Optimize constant comparison in JIT builds (GH-131489)
Savannah Ostrowski committed
March 20, 2025
M
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon committed
March 6, 2025
J
GH-130903: typo in optimizer DSL for _GUARD_BOTH_UNICODE (#130904)
Jamie Phan 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
February 28, 2025
M
GH-130296: Avoid stack transients in four instructions. (GH-130310)
Mark Shannon committed
February 7, 2025
I
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
Irit Katriel committed
B
GH-129709: Clean up tier two (GH-129710)
Brandt Bucher committed
February 3, 2025
M
GH-128682: Make `PyStackRef_CLOSE` escaping. (GH-129404)
Mark Shannon committed
January 27, 2025
M
GH-128914: Remove all but one conditional stack effects (GH-129226)
Mark Shannon committed
January 23, 2025
January 20, 2025
M
M
GH-128939: Refactor JIT optimize structs (GH-128940)
Mark Shannon committed
January 14, 2025
January 13, 2025
M
January 8, 2025
B
GH-127809: Fix the JIT's understanding of ** (GH-127844)
Brandt Bucher committed
December 23, 2024
Y
gh-128195: Add `_REPLACE_WITH_TRUE` to the tier2 optimizer (GH-128203)
Yan Yanchii committed
December 19, 2024
D
gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)
Donghee Na committed
December 13, 2024
November 9, 2024
October 29, 2024
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon committed
October 28, 2024
B
GH-125912: Teach the JIT's optimizer about _BINARY_OP_INPLACE_ADD_UNICODE (GH-125935)
Brandt Bucher committed
October 9, 2024
October 7, 2024
M
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon committed
October 2, 2024
K
gh-120619: Optimize through `_Py_FRAME_GENERAL` (GH-124518)
Ken Jin committed
August 21, 2024
M
GH-115776: Allow any fixed sized object to have inline values (GH-123192)
Mark Shannon committed
August 20, 2024
M
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Mark Shannon committed
August 16, 2024
M
GH-118093: Specialize `CALL_KW` (GH-123006)
Mark Shannon committed
August 12, 2024
M
GH-122869: Add missing tier two optimizer cases (GH-122936)
Mark Shannon committed
July 26, 2024
M
Manually override bytecode definition in optimizer, to avoid build error (GH-122316)
Mark Shannon committed
B
GH-122294: Burn in the addresses of side exits (GH-122295)
Brandt Bucher committed
July 18, 2024
B
GH-118093: Add tier two support to several instructions (GH-121884)
Brandt Bucher committed
June 19, 2024
N
gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-118322 (GH-120712)
Nadeshiko Manju committed
June 18, 2024
M
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Mark Shannon committed