- Published on
how to learn a compiler
- Authors

- Name
- Tails Azimuth
需要知道的流程
环境配置, 拉取代码
代码编译
跑通一个demo
如何debug
整体的流程,workflow是怎么设计的
了解一下运行时
IR是如何定义,序列化,可视化
基础的硬件相关知识
Pass的设计 9.1 Pass是如何设计的 9.2 context是如何传递的 9.3 如何添加一个Pass, 并注册运行
前端IR/ 中段IR / 后端IR是如何设计的
how to
- how to compiler
- how to debug
- how to add pass
- how to debug crash problem
- how to debug mismatch problem