Edit Part 2 introduction (#777)

* Edit Part 2 introduction

* needs a pause

Co-authored-by: Tshepang Lekhonkhobe <tshepang@gmail.com>
This commit is contained in:
pierwill 2020-07-01 04:26:25 -07:00 committed by GitHub
parent fe7856889a
commit 0006f19915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,6 @@ to file an issue on the [rustc-dev-guide
repo](https://github.com/rust-lang/rustc-dev-guide/issues) or contact the compiler repo](https://github.com/rust-lang/rustc-dev-guide/issues) or contact the compiler
team, as detailed in [this chapter from Part 1](./compiler-team.md). team, as detailed in [this chapter from Part 1](./compiler-team.md).
In this part, we will specifically look at the high-level architecture of the In this part, we will look at the high-level architecture of the compiler. In
compiler. Specifically, will look at the query system, incremental compilation, particular, we will look at three overarching design choices that impact the
and interning. These are three overarching design choices that impact the whole whole compiler: the query system, incremental compilation, and interning.
compiler.