Cpython Jit Performance Uplift In Python 3 15 Alpha
Sources: 1 • Confidence: Medium • Updated: 2026-04-12 10:16
Key takeaways
- In Python 3.15 alpha on macOS AArch64, the JIT is about 11–12% faster than the tail-calling interpreter.
- The CPython JIT has already met its stated (modest) performance goals over a year early on macOS AArch64 and a few months early on x86_64 Linux.
- In Python 3.15 alpha on x86_64 Linux, the JIT is about 5–6% faster than the standard interpreter.
- Python 3.15’s JIT is back on track.
Sections
Cpython Jit Performance Uplift In Python 3 15 Alpha
- In Python 3.15 alpha on macOS AArch64, the JIT is about 11–12% faster than the tail-calling interpreter.
- In Python 3.15 alpha on x86_64 Linux, the JIT is about 5–6% faster than the standard interpreter.
Cpython Jit Schedule And Project Health Signal
- The CPython JIT has already met its stated (modest) performance goals over a year early on macOS AArch64 and a few months early on x86_64 Linux.
- Python 3.15’s JIT is back on track.
Unknowns
- What benchmark suite(s), configurations, and measurement methodology produced the reported ~11–12% (macOS AArch64) and ~5–6% (x86_64 Linux) speedups in Python 3.15 alpha?
- What specifically are the CPython JIT’s stated performance goals, and what criteria determine that they have been met on each platform?
- What does “back on track” refer to for the Python 3.15 JIT (missed milestones, regressions, staffing changes, scope changes), and what evidence supports the status change?
- Do the reported JIT performance gains persist across subsequent Python 3.15 pre-releases (alpha to beta/RC) and across a broader set of workloads?