docker-library / docker-library/python
Compile with the JIT
まだ誰も着手していません。
- 主要言語
- Dockerfile
- スター
- 2.8k
- フォーク
- 1.1k
- 平均マージ
- 3日 1時間
- マージ済み PR(30日)
- 1
説明
For 3.13 and above the experimental JIT could be activated in the build but disabled by default. Adding --enable-experimental-jit=yes-off carries minimal risk and allows end-users to activate JIT support with the $PYTHON_JIT environment variable. Mostly creating this for tracking purposes.
This looks to be relatively low risk but would require installing LLVM during the compile. Shouldn't increase the resulting image size as it can be removed before the end of the build step.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず Python 3.13+ のイメージビルド設定と、ビルドオプションがどのように渡されるかを確認します。既存の Docker ビルド手順で LLVM をインストールおよび削除する箇所を確認し、その後、生成されたイメージが PYTHON_JIT による JIT の有効化をサポートし、デフォルトでは無効のままであることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- dockerfile, python
- 領域
- build-system, devops
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100