python / python/cpython

JIT Planning for 3.15 and 3.16

Aperta
#139,038 1 commento 27 reazioni 5 assegnatari Vedi su GitHub

@diegorusso ci sta già lavorando.

Dal 12/1/2026.

interpreter-core topic-JIT
Lingua principale
Python
Stelle
77.2k
Fork
35.9k
Metriche di merge delle PR
Metriche PR in attesa

Descrizione

Following a conversation at the CPython Core Dev Sprint, this is an uber issue tracking JIT performance goals and planning for 3.15 and 3.16.

The goal here is to capture our goals and the work that we believe is necessary to enable the JIT (on by default).

3.15 (May 2026)

Goals & "features"

Must Haves

Nice to haves

  • 10% faster (geometric mean)
    • Best case: 100% faster
    • Worst case 1% slower
  • JIT coverage (i.e., how much code is being JIT'ted): 90%
  • Robust documentation
How will we do this?

3.16

Goals & "features"

Must Haves

  • ~ similar debuggability and performance across Tier 1 platforms
  • 2+ maintainers in front-end, middle-end, and back-end
  • ...Anything listed in 3.15 nice to have that was not achieved (e.g. docs, better coverage, faster)
How will we do this?
  • Unboxing (int/float/other types)
  • LLVM 22
Linked PRs
  • gh-142845
  • gh-143479
  • gh-143705
  • gh-146013
  • gh-148018
  • gh-148359
  • gh-148572
  • gh-149210

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.