Section 3: Code Generation and Runtime Systems
After this section, you will finally be able to run programs written in their new programming language.
This section comprises the following chapters:
- Chapter 11, Bytecode Interpreters
- Chapter 12, Generating Bytecode
- Chapter 13, Native Code Generation
- Chapter 14, Implementing Operators and Built-in Functions
- Chapter 15, Domain Control Structures
- Chapter 16, Garbage Collection
- Chapter 17, Final Thoughts