COMMITS
/ Python/jit.c October 25, 2024
N
GH-125911: Call combine_symbol_mask on the initial trampoline of a trace (GH-125973)
Nadeshiko Manju committed
October 18, 2024
M
gh-125207: Fix MSVC 1935 build with JIT (#125209)
Michael Droettboom committed
October 2, 2024
D
GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)
Diego Russo committed
July 1, 2024
B
GH-116017: Get rid of _COLD_EXITs (GH-120960)
Brandt Bucher committed
May 11, 2024
S
GH-118844: Fix build failures when combining --disable-gil with --enable-experimental-jit (GH-118935)
Savannah Ostrowski committed
May 3, 2024
B
GH-113464: Generate a more efficient JIT (GH-118512)
Brandt Bucher committed
May 1, 2024
B
GH-115802: Use the GHC calling convention in JIT code (GH-118287)
Brandt Bucher committed
April 29, 2024
S
GH-118306: Update JIT to use LLVM 18 (GH-118307)
Savannah Ostrowski committed
April 6, 2024
B
GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527)
Brandt Bucher committed
March 26, 2024
M
GH-116422: Tier2 hot/cold splitting (GH-116813)
Mark Shannon committed
March 19, 2024
B
GH-116017: Put JIT code and data on the same page (GH-116845)
Brandt Bucher committed
March 4, 2024
B
GH-116134: JIT aarch64-pc-windows-msvc (GH-116130)
Brandt Bucher committed
February 29, 2024
B
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher committed
February 26, 2024
B
GH-115802: JIT "small" code for macOS and Linux (GH-115826)
Brandt Bucher committed
February 20, 2024
M
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
Mark Shannon committed
January 29, 2024
B
GH-113464: Add a JIT backend for tier 2 (GH-113465)
Brandt Bucher committed