ISBN | Product | Product | Edition | Cover | Date | Price CHF | Available |
---|---|---|---|---|---|---|---|
Compilers | 9780321491695 Compilers |
2 | Softcover | February 2007 | 207.10 |
![]() |
|
Compilers: Pearson New International Edition | 9781292024349 Compilers: Pearson New International Edition |
2 | Softcover | July 2013 | 85.90 |
![]() |
This classic book, known to professors, students, and developers world-wide as “the Dragon Book” is the bible of compiler design. It provides a thorough grounding in the theory and practice of compilers. The text begins with an introduction to the principal ideas behind compilation, and then illustrates these ideas by constructing a simple one-pass compiler. The remainder of the book amplifies the ideas presented in the first two chapters and discusses more advanced topics such as syntax analysis, type checking, code generation, and code optimization.
This new edition has been thoroughly revised to reflect the current state of the art of compilation. New information has been introduced throughout the text, including topics such as; syntax-directed translation, data-flow analysis, code optimization, just-in-time compiling, and garbage collection. All the new material is brought together and applied through new case studies.
1. Motivation.
2. Overview.
3. Lexical Analysis.
4. Parsing.
5. Syntax-Directed Translation.
6. Intermediate Code Generation.
7. Code Generation.
8. Run-Time Environments.
9. Machine-independent Optimizations.
10. Parallelism and Memory Hierarchy Optimizations.
11. Interprocedural Program Analysis.
12. A Look at Some Compilers.