From 23d8c30908f769d60c0ba5c5101834387dadc058 Mon Sep 17 00:00:00 2001 From: Rudy_Tan Date: Wed, 20 Apr 2022 12:53:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E2=80=9C=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E5=99=A8=E5=90=8E=E7=AB=AF=E5=92=8C=E8=BF=90=E8=A1=8C=E6=97=B6?= =?UTF-8?q?=E2=80=9D=E7=AB=A0=E8=8A=82-summary=E4=B8=AD=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=20(#278)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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> --- chapter_frontend_and_ir/summary.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chapter_frontend_and_ir/summary.md b/chapter_frontend_and_ir/summary.md index e341f8e..21c69cc 100644 --- a/chapter_frontend_and_ir/summary.md +++ b/chapter_frontend_and_ir/summary.md @@ -1,5 +1,4 @@ -总结 ----- +## 总结 - 中间表示是编译器的核心数据结构之一,是程序编译过程中介于源语言和目标语言之间的程序表示。 @@ -22,7 +21,7 @@ - 编译优化意在解决编译生成的中间表示的低效性,前端执行的均为与硬件无关的编译优化。 -扩展阅读 +## 扩展阅读 - 一种基于图的中间表示类型: [综述](https://dl.acm.org/doi/10.1145/202530.202534)