aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/jit.c
Commit message (Expand)AuthorAge
* gh-131238: Add missing pycore_function.h includes for JIT compiler (#131571)Victor Stinner2025-03-21
* GH-131498: Remove conditional stack effects (GH-131499)Mark Shannon2025-03-20
* GH-130956: Only emit AArch64 trampolines for long jumps (GH-131041)Diego Russo2025-03-19
* GH-129231: Group executable JIT code in memory (GH-129232)Diego Russo2025-02-02
* GH-128842: Collect JIT memory stats (GH-128941)Diego Russo2025-02-02
* gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)Victor Stinner2025-01-31
* gh-129354: Use PyErr_FormatUnraisable() function (#129435)Victor Stinner2025-01-30
* GH-126195: Use M1 JIT memory protection APIs (GH-126196)Diego Russo2024-11-11
* GH-125911: Rename big trampoline to "shim" (GH-126339)Savannah Ostrowski2024-11-05
* GH-125911: Call combine_symbol_mask on the initial trampoline of a trace (GH-...Nadeshiko Manju2024-10-25
* gh-125207: Fix MSVC 1935 build with JIT (#125209)Michael Droettboom2024-10-18
* GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)Diego Russo2024-10-02
* GH-116017: Get rid of _COLD_EXITs (GH-120960)Brandt Bucher2024-07-01
* GH-118844: Fix build failures when combining --disable-gil with --enable-expe...Savannah Ostrowski2024-05-11
* GH-113464: Generate a more efficient JIT (GH-118512)Brandt Bucher2024-05-03
* GH-115802: Use the GHC calling convention in JIT code (GH-118287)Brandt Bucher2024-05-01
* GH-118306: Update JIT to use LLVM 18 (GH-118307)Savannah Ostrowski2024-04-29
* GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527)Brandt Bucher2024-04-06
* GH-116422: Tier2 hot/cold splitting (GH-116813)Mark Shannon2024-03-26
* GH-116017: Put JIT code and data on the same page (GH-116845)Brandt Bucher2024-03-19
* GH-116134: JIT aarch64-pc-windows-msvc (GH-116130)Brandt Bucher2024-03-04
* GH-115802: JIT "small" code for Windows (GH-115964)Brandt Bucher2024-02-29
* GH-115802: JIT "small" code for macOS and Linux (GH-115826)Brandt Bucher2024-02-26
* GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...Mark Shannon2024-02-20
* GH-113464: Add a JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-28