v3.15.0a2
Add details about JIT build infrastructure and updating dependencies to `Tools/jit` (#141167)
GH-140479: Update JIT builds to use LLVM 21 (#140973)
GH-135904: JIT compiler: Support 19 bit branch instructions on AArch64 for Mach-O. (GH-140453)
GH-135904: Implement assembler optimization for AArch64. (GH-139855)
GH-136895: Update JIT builds to use LLVM 20 (#140329)
GH-137959: Replace shim code in jitted code with a single trampoline function. (GH-137961)
gh-138497: Support LLVM_VERSION configuration via env (#138498)
GH-135904: Improve the JIT's performance on macOS (GH-136528)
GH-113464: Add a JIT backend for tier 2 (GH-113465)
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
JIT: Fix compiler warning from visibility attribute in typedef (#139981)