COMMITS
/ Python/optimizer_bytecodes.c 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
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 28, 2024
B
GH-119476: Split _CHECK_FUNCTION_VERSION out of _CHECK_FUNCTION_EXACT_ARGS (GH-119510)
Brandt Bucher committed
May 10, 2024
M
GH-118910: Less boilerplate in the tier 2 optimizer (#118913)
Mark Shannon committed
May 4, 2024
April 30, 2024
M
GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)
Mark Shannon committed
April 25, 2024
M
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
Mark Shannon committed
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