JIT: drop `-fno-plt` on Linux x86-64
未關閉
還沒有人認領這個 Issue。
interpreter-core
topic-JIT
type-feature
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 35.9k
- PR 合併指標
- PR 指標待擷取
描述
Feature or enhancement
Proposal:
https://github.com/python/cpython/pull/148238 removes -fno-plt for Linux AArch64. The JIT code generated has improved.
We should do a similar thing for Linux x86-64. I tried on that PR but the change requires more investigation.
Has this already been discussed elsewhere?
I have already discussed this feature proposal on Discourse
Links to previous discussion of this feature:
I've discussed this with @markshannon
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先閱讀 PR #148238,該 PR 移除了 Linux AArch64 的旗標,並查看連結的 Discourse 討論。將該方法與 Linux x86-64 的 JIT 行為進行比較;完成標準是確定是否可以在不引入回歸的情況下移除 -fno-plt,並驗證產生程式碼的改進。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- linux, python
- 領域
- compilers, operating-systems
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100