Skip to content

Commit 47eced2

Browse files
teeheeteehee
authored andcommitted
collaborative compiler rewrite doc added
compiler-rewrite.md added as an appendix to serve as a central document for authors to share their opinions and can then be synthesised into one piece of work as opposed to multiple separate blog posts or similar.
1 parent f2b2800 commit 47eced2

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
[Appendix C: Code Index](./appendix/code-index.md)
227227
[Appendix D: Compiler Lecture Series](./appendix/compiler-lecture.md)
228228
[Appendix E: Bibliography](./appendix/bibliography.md)
229+
[Appendix F: Compiler Rewrite](./appendix/compiler-rewrite.md)
229230

230231
[Appendix Z: HumorRust](./appendix/humorust.md)
231232

src/appendix/compiler-rewrite.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Compiler Rewrite Discussion
2+
3+
Some experienced Rust developers have floated the idea of a possible rewrite of the Rust compiler. Recording motivations, lessons learned, limitations, unexpected pros and cons etc. of the current compiler will be a useful historical document for the open source community regardless of whether a rewrite of the compiler happens.
4+
5+
---
6+
7+
## [author name](https://github.com/author_name) Notes
8+
9+
10+
11+
## [author name](https://github.com/author_name) Notes
12+
13+
14+
15+
## [author name](https://github.com/author_name) Notes
16+
17+
18+
19+
## Key Points
20+
-
21+
-
22+
-
23+
-
24+
25+
26+
# Summary
27+

0 commit comments

Comments
 (0)