修改“编译器后端和运行时”章节-summary中格式 (#278)

* Create Pic-Instruction

* Delete Pic-Instruction

* Create Requirements and Instructions

* Update Requirements and Instructions

* Rename Requirements and Instructions to Requirements and Instructions.md

* Update Requirements and Instructions.md

* Update Requirements and Instructions.md

* Add files via upload

* Update summary.md

Co-authored-by: Dalong <39682259+eedalong@users.noreply.github.com>
This commit is contained in:
Rudy_Tan
2022-04-20 12:53:48 +08:00
committed by GitHub
parent 4d7d70d510
commit 23d8c30908

View File

@@ -1,5 +1,4 @@
总结
----
## 总结
- 中间表示是编译器的核心数据结构之一,是程序编译过程中介于源语言和目标语言之间的程序表示。
@@ -22,7 +21,7 @@
- 编译优化意在解决编译生成的中间表示的低效性,前端执行的均为与硬件无关的编译优化。
扩展阅读
## 扩展阅读
- 一种基于图的中间表示类型: [综述](https://dl.acm.org/doi/10.1145/202530.202534)