COMMITS
/ Python/bytecodes.c April 30, 2025
B
Get rid of ERROR_IF's "label" parameter (GH-132654)
Brandt Bucher committed
April 29, 2025
M
M
GH-132554: Add stats for GET_ITER (GH-132592)
Mark Shannon committed
April 28, 2025
J
gh-130907: Treat all module-level annotations as conditional (#131550)
Jelle Zijlstra committed
April 24, 2025
T
GH-131798: Split up and optimize CALL_TUPLE_1 in the JIT (GH-132851)
Tomas R. committed
T
GH-131798: Split up and optimize CALL_STR_1 in the JIT (GH-132849)
Tomas R. committed
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
April 19, 2025
B
gh-128398: improve error messages when incorrectly using `with` and `async with` (#132218)
Bénédikt Tran committed
April 18, 2025
B
GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
Brandt Bucher committed
B
gh-132097: use a macro for semantically casting function pointers (#132406)
Bénédikt Tran committed
April 14, 2025
M
GH-131498: Cases generator: Allow input and 'peek' variables to be modified (GH-132506)
Mark Shannon committed
April 9, 2025
B
GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-132289)
Brandt Bucher committed
April 8, 2025
April 6, 2025
S
gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (#132018)
sobolevn committed
April 4, 2025
M
GH-131498: Cases generator: manage stacks automatically (GH-132074)
Mark Shannon committed
April 2, 2025
M
GH-131498: Cases generator: Parse down to C statement level. (GH-131948)
Mark Shannon committed
April 1, 2025
B
GH-131726: Split up _CHECK_VALIDITY_AND_SET_IP (GH-131810)
Brandt Bucher committed
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 31, 2025
M
GH-131498: Another refactoring of the code generator (GH-131827)
Mark Shannon committed
March 30, 2025
A
GH-131798: Remove type checks for _TO_BOOL_STR (GH-131816)
Amit Lavon committed
March 28, 2025
D
gh-130373: Avoid locking in _LOAD_ATTR_WITH_HINT (#130372)
Dino Viehland committed
I
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
Irit Katriel committed
March 26, 2025
S
gh-123358: Use `_PyStackRef` in `LOAD_DEREF` (gh-130064)
Sam Gross committed
M
GH-131729: Code-gen better liveness analysis (GH-131732)
Mark Shannon committed
March 21, 2025
D
gh-130312: SET_ADD should not lock (#130136)
Dino Viehland committed
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 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
March 15, 2025
X
gh-131281: fix compile error due to `BINARY_SUBSCR` (GH-131283)
Xuanteng Huang committed
March 12, 2025
T
gh-115999: Add free-threaded specialization for FOR_ITER (#128798)
T. Wouters committed
March 10, 2025
M
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon committed
March 7, 2025
M
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon committed
March 6, 2025
S
gh-130920: Fix data race in STORE_SUBSCR_LIST_INT (#130923)
Sam Gross committed
February 28, 2025
M
GH-130296: Avoid stack transients in four instructions. (GH-130310)
Mark Shannon committed
P
gh-130595: Fix leak in WITH_EXCEPT_START error case (GH-130626)
Petr Viktorin committed
February 27, 2025
M
GH-128534: Instrument branches for `async for` loops. (GH-130569)
Mark Shannon committed
February 26, 2025
D
gh-130595: Keep traceback alive for WITH_EXCEPT_START (#130562)
Dino Viehland committed
February 25, 2025
T
gh-122029: Move monitoring after method expand for CALL_KW (GH-130488)
Tian Gao committed
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
February 18, 2025
K
gh-129989: Change Py_TAIL_CALL_INTERP ifndef to ! (#130269)
Ken Jin committed
February 15, 2025
K
gh-129989: Properly disable tailcall interp in configure (GH-129991)
Ken Jin committed
February 12, 2025
M
GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)
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-129715: Remove _DYNAMIC_EXIT (GH-129716)
Brandt Bucher committed
B
GH-129709: Clean up tier two (GH-129710)
Brandt Bucher committed
B
GH-129763: Remove the LLTRACE macro (GH-129764)
Brandt Bucher committed