Choose number of replications based on data
オープン
@mdboom がすでに取り組んでいます。
2024年4月9日 から。
3.13
interpreter-core
performance
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
Currently we replicate the LOAD_FAST and STORE_FAST instructions 8 times (for opargs 0-7). The _INIT_CALL_PY_EXACT_ARGS micro-op gets replicated 5 times.
These numbers were chosen arbitrarily as initial values to test replication.
We should choose the number of replications based on actual data.
We should also look into replicating COPY and SWAP, as it is much simpler to do stack caching on instructions with a fixed stack effect.
E.g. SWAP indexes the stack using oparg, but SWAP_2 is simply SWAP_2(left, right -- right, left).
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。