Modern Compiler Design, 2nd Edition
- Length: 843 pages
- Edition: 2
- Language: English
- Publisher: Springer
- Publication Date: 2012-07-02
- ISBN-10: 1461446988
- ISBN-13: 9781461446989
- Sales Rank: #410987 (See Top 100 Books)
“Modern Compiler Design” makes the topic of compiler design more accessible by focusing on principles and techniques of wide application. By carefully distinguishing between the essential (material that has a high chance of being useful) and the incidental (material that will be of benefit only in exceptional cases) much useful information was packed in this comprehensive volume. The student who has finished this book can expect to understand the workings of and add to a language processor for each of the modern paradigms, and be able to read the literature on how to proceed. The first provides a firm basis, the second potential for growth.
Table of Contents
Part I From Program Text to Abstract Syntax Tree
Chapter 1 Introduction
Chapter 2 Program Text to Tokens— Lexical Analysis
Chapter 3 Tokens to Syntax Tree— Syntax Analysis
Part II Annotating the Abstract Syntax Tree
Chapter 4 Grammar-based Context Handling
Chapter 5 Manual Context Handling
Part III Processing the Intermediate Code
Chapter 6 Interpretation
Chapter 7 Code Generation
Chapter 8 Assemblers, Disassemblers, Linkers, and Loaders
Chapter 9 Optimization Techniques
Part IV Memory Management
Chapter 10 Explicit and Implicit Memory Management
Part V From Abstract Syntax Tree to Intermediate Code
Chapter 11 Imperative and Object-Oriented Programs
Chapter 12 Functional Programs
Chapter 13 Logic Programs
Chapter 14 Parallel and Distributed Programs
Appendix A Machine Instructions
Appendix B Hints and Solutions to Selected Exercises