Compiler Principles¶
Basic¶
- 2024-2025春夏
- 刘忠鑫老师
Table Of Contents¶
- ✅ Chapter 1: Introduction
- ✅ Chapter 2: Lexical Analysis
- ❌ Chapter 3: Parsing
- ✅ Chapter 4: Abstract Syntax
- ✅ Chapter 5: Semantic Analysis
- ✅ Chapter 6: Activation Record
- ✅ Chapter 7: Translating Into Intermediate Code
- ✅ Chapter 8: Basic Blocks And Traces
- ✅ Chapter 9: Instruction Selection
- ✅ Chapter 10: Liveness Analysis
- ✅ Chapter 11: Register Allocation
- ❌ Chapter 12: Garbage Collection
- ❌ Chapter 13: Object-Oriented Languages
- ❌ Chapter 14: Loop Optimizations