python / python/cpython

JIT Planning for 3.15 and 3.16

オープン
#139,038 コメント 1 件 リアクション 27 件 担当者 5 名 GitHub で見る

@diegorusso がすでに取り組んでいます。

2026年1月12日 から。

interpreter-core topic-JIT
主要言語
Python
スター
77.2k
フォーク
35.9k
PR マージ指標
PR 指標を取得中

説明

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

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。