The code generator(s) for the interpreters and JIT could do with better error reporting and documentation
未关闭
还没有人认领这个 Issue。
interpreter-core
type-feature
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- PR 合并指标
- PR 指标待抓取
描述
Particularly they need:
- Better documentation of
DEAD,ERROR_IF,DEOPT_IFand other special macros. - Checks for use after free. We track liveness of values, so we can report uses of dead variables.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位解释器和 JIT 代码生成器,以及 DEAD、ERROR_IF 和 DEOPT_IF 的定义或使用位置。检查当前如何跟踪 liveness,然后确定文档和死变量检查的范围;当双方就所请求的两个领域的覆盖范围达成一致时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- compilers
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100