aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/specialize.c
Commit message (Expand)AuthorAge
* GH-132554: Add stats for GET_ITER (GH-132592)Mark Shannon2 days
* gh-132643: use atomic load for dict in specializer (#132653)Kumar Aditya13 days
* gh-132336: Mark a few "slow path" functions used by the interpreter loop as n...mpage2025-04-10
* gh-100239: more stats for BINARY_OP/SUBSCR specialization (#132230)Irit Katriel2025-04-08
* gh-100239: fix bug in comparison (#132093)Irit Katriel2025-04-04
* gh-100239: more refined specialisation stats for BINARY_OP/SUBSCR (#132068)Irit Katriel2025-04-04
* gh-130373: Avoid locking in _LOAD_ATTR_WITH_HINT (#130372)Dino Viehland2025-03-28
* gh-130931: Add pycore_interpframe.h internal header (#131249)Victor Stinner2025-03-19
* gh-131281: Add include for pystats builds (#131369)Ken Jin2025-03-18
* GH-131238: More refactoring of core header files (GH-131351)Mark Shannon2025-03-17
* gh-115999: Add free-threaded specialization for FOR_ITER (#128798)T. Wouters2025-03-12
* gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (...Irit Katriel2025-02-07
* GH-129715: Remove _DYNAMIC_EXIT (GH-129716)Brandt Bucher2025-02-07
* GH-128842: Collect JIT memory stats (GH-128941)Diego Russo2025-02-02
* GH-128872: Remove unused argument from _PyCode_Quicken (GH-128873)Yan Yanchii2025-02-02
* gh-100239: specialize bitwise logical binary ops on ints (#128927)Irit Katriel2025-01-29
* Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...Sam Gross2025-01-23
* GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...Mark Shannon2025-01-20
* gh-100239: Handle NaN and zero division in guards for `BINARY_OP_EXTEND` (#12...Kirill Podoprigora2025-01-19
* gh-100239: specialize long tail of binary operations (#128722)Irit Katriel2025-01-16
* gh-115999: Specialize `LOAD_ATTR` for instance and class receivers in free-th...mpage2025-01-14
* GH-128685: Specialize (rather than quicken) LOAD_CONST into LOAD_CONST_[IM]MO...Mark Shannon2025-01-13
* gh-115999: Add free-threaded specialization for COMPARE_OP (#126410)T. Wouters2025-01-07
* gh-128262: Allow specialization of calls to classes with __slots__ (GH-128263)Ken Jin2024-12-31
* gh-119786: Mention `InternalDocs/interpreter.md` instead of non-existing `ada...Yan Yanchii2024-12-30
* gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)Neil Schemenauer2024-12-19
* gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)Donghee Na2024-12-19
* gh-115999: Specialize loading attributes from modules in free-threaded builds...mpage2024-12-13
* gh-115999: Specialize `CALL_KW` in free-threaded builds (#127713)mpage2024-12-11
* gh-125610: Fix `STORE_ATTR_INSTANCE_VALUE` specialization check (GH-125612)Sam Gross2024-12-06
* gh-115999: Enable specialization of `CALL` instructions in free-threaded buil...mpage2024-12-03
* gh-115999: Add free-threaded specialization for `SEND` (gh-127426)Neil Schemenauer2024-12-03
* gh-115999: Specialize `LOAD_SUPER_ATTR` in free-threaded builds (gh-127128)Neil Schemenauer2024-12-03
* gh-127518: Fix pystats build after #127169 (#127526)Michael Droettboom2024-12-02
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-12-02
* gh-115999: Add partial free-thread specialization for BINARY_SUBSCR (gh-127227)Donghee Na2024-12-02
* gh-115999: Add free-threaded specialization for `STORE_SUBSCR` (#127169)Sam Gross2024-11-26
* gh-115999: Record success in `specialize` (#127167)mpage2024-11-22
* gh-115999: Add free-threaded specialization for `UNPACK_SEQUENCE` (#126600)Kirill Podoprigora2024-11-22
* gh-115999: Add free-threaded specialization for ``TO_BOOL`` (gh-126616)Donghee Na2024-11-22
* gh-115999: Specialize `LOAD_GLOBAL` in free-threaded builds (#126607)mpage2024-11-21
* gh-115999: Don't take a reason in unspecialize (#127030)mpage2024-11-20
* Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...Hugo van Kemenade2024-11-19
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-11-18
* gh-103951: enable optimization for fast attribute access on module subclasses...Sergey B Kirpichev2024-11-15
* gh-126513: Use helpers for `_Py_Specialize_ConstainsOp` (#126517)Kirill Podoprigora2024-11-06
* gh-115999: Introduce helpers for (un)specializing instructions (#126414)mpage2024-11-06
* gh-115999: Add free-threaded specialization for CONTAINS_OP (gh-126450)Donghee Na2024-11-06
* gh-115999: Implement thread-local bytecode and enable specialization for `BIN...mpage2024-11-04
* GH-125837: Split `LOAD_CONST` into three. (GH-125972)Mark Shannon2024-10-29