Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Follow the authors
OK
Engineering: A Compiler 2nd Edition
There is a newer edition of this item:
- ISBN-109780120884780
- ISBN-13978-0120884780
- Edition2nd
- PublisherMorgan Kaufmann
- Publication dateFebruary 21, 2011
- LanguageEnglish
- Dimensions7.5 x 1.5 x 9.25 inches
- Print length824 pages
Customers who viewed this item also viewed
Editorial Reviews
Amazon.com Review
This entirely revised second edition of Engineering a Compiler is full of technical updates and new material covering the latest developments in compiler technology. In this comprehensive text you will learn important techniques for constructing a modern compiler. Leading educators and researchers Keith Cooper and Linda Torczon combine basic principles with pragmatic insights from their experience building state-of-the-art compilers. They will help you fully understand important techniques such as compilation of imperative and object-oriented languages, construction of static single assignment forms, instruction scheduling, and graph-coloring register allocation.
- In-depth treatment of algorithms and techniques used in the front end of a modern compiler
- Focus on code optimization and code generation, the primary areas of recent research and development
- Improvements in presentation including conceptual overviews for each chapter, summaries and review questions for sections, and prominent placement of definitions for new terms
- Examples drawn from several different programming languages
The second edition of Engineering a Compiler presents both perspectives: big-picture views of the problems in compiler construction and detailed discussions of algorithmic alternatives. In preparing the second edition of Engineering a Compiler, we focused on the usability of the book, both as a textbook and as a reference for professionals. Specifically, we:
- Improved the flow of ideas to help the student who reads the book sequentially. Chapter introductions explain the purpose of the chapter, lay out the major concepts, and provide a high-level overview of the chapter’s subject matter. Examples have been reworked to provide continuity across chapters. In addition, each chapter begins with a summary and a set of keywords to aid the user who treats Engineering a Compiler as a reference book.
- Added section reviews and review questions at the end of each major section. The review questions provide a quick check as to whether or not the reader has understood the major points of the section.
- Moved definitions of key terms into the margin adjacent to the paragraph where they are first defined and discussed.
- Revised the material on optimization extensively so that it provides broader coverage of the possibilities for an optimizing compiler.
Compiler development today focuses on optimization and on code generation. A newly hired compiler writer is far more likely to port a code generator to a new processor or modify an optimization pass than to write a scanner or parser. The successful compiler writer must be familiar with current best-practice techniques in optimization, such as the construction of static single-assignment form, and in code generation, such as software pipelining. They must also have the background and insight to understand new techniques as they appear during the coming years.
Finally, they must understand the techniques of scanning, parsing, and semantic elaboration well enough to build or modify a front end. Our goal for the second edition of Engineering a Compiler has been to create a text and a course that exposes students to the critical issues in modern compilers and provides them with the background to tackle those problems. We have retained, from the first edition, the basic balance of material. Front ends are commodity components; they can be purchased from a reliable vendor or adapted from one of the many open-source systems. At the same time, optimizers and code generators are custom-crafted for particular processors and, sometimes, for individual models, because performance relies so heavily on specific low-level details of the generated code. These facts affect the way that we build compilers today; they should also affect the way that we teach compiler construction.
Read a Sample Chapter from Engineering a Compiler on "Practical Issues"Even with automatic parser generators, the compiler writer must manage several issues to produce a robust, efficient parser for a real programming language. This chapter addresses several issues that arise in practice.
Review
"Keith Cooper and Linda Torczon are leading compilers researchers who have also built several state-of-the-art compilers. This book adeptly spans both worlds, by explaining both time-tested techniques and new algorithms, and by providing practical advice on engineering and constructing a compiler. Engineering a Compiler is a rich survey and exposition of the important techniques necessary to build a modern compiler."--Jim Larus, Microsoft Research
"The book is well written, and well supported with diagrams, tables, and illustrative examples. It is a suitable textbook for use in a compilers course at the undergraduate or graduate level, where the primary focus of the course is code optimization."--ACM’s Computing Reviews.com
"This book is a wealth of useful information, prepared didactically, with many helpful hints, historical indications, and suggestions for further reading. It is a helpful working book for undergraduate and intermediate-level students, written by authors with an excellent professional and teaching background. An engineer will use the book as a general reference. For special topics, an ambitious reader will consult more recent publications in the subject area."--ACM’s Computing Reviews.com
Review
The classic introduction to compiler construction fully updated with new techniques and practical insights
From the Back Cover
Engineering a Compiler Second Edition Keith D. Cooper and Linda Torczon
"Compilers are a rich area of study, drawing together the whole world of computer science in one, elegant construction. Cooper and Torczon have succeeded in creating a welcoming guide to these software systems, enhancing this new edition with clear lessons and the details you simply must get right, all the while keeping the big picture firmly in view. Engineering a Compiler is an invaluable companion for anyone new to the subject."
--Michael D. Smith, Dean of the Faculty of Arts and Sciences, John H. Finley, Jr. Professor of Engineering and Applied Sciences, Harvard University
This entirely revised second edition of Engineering a Compiler is full of technical updates and new material covering the latest developments in compiler technology. In this comprehensive text you will learn important techniques for constructing a modern compiler. Leading educators and researchers Keith Cooper and Linda Torczon combine basic principles with pragmatic insights from their experience building state-of-the-art compilers. They will help you fully understand important techniques such as compilation of imperative and object-oriented languages, construction of static single assignment forms, instruction scheduling, and graph-coloring register allocation.
Features
- In-depth treatment of algorithms and techniques used in the front end of a modern compiler
- Focus on code optimization and code generation, the primary areas of recent research and development
- Improvements in presentation, including conceptual overviews for each chapter, summaries and review questions for sections, and prominent placement of definitions for new terms
- Examples drawn from several different programming languages, including Java, C, C++, and FORTRAN
About the Authors
Keith Cooper Doerr Professor in Computational Engineering Department of Computer Science, Rice University.
Linda Torczon Senior Research Scientist Department of Computer Science Rice University.
|Engineering a Compiler Second Edition Keith D. Cooper and Linda Torczon
"Compilers are a rich area of study, drawing together the whole world of computer science in one, elegant construction. Cooper and Torczon have succeeded in creating a welcoming guide to these software systems, enhancing this new edition with clear lessons and the details you simply must get right, all the while keeping the big picture firmly in view. Engineering a Compiler is an invaluable companion for anyone new to the subject."
--Michael D. Smith, Dean of the Faculty of Arts and Sciences, John H. Finley, Jr. Professor of Engineering and Applied Sciences, Harvard University
This entirely revised second edition of Engineering a Compiler is full of technical updates and new material covering the latest developments in compiler technology. In this comprehensive text you will learn important techniques for constructing a modern compiler. Leading educators and researchers Keith Cooper and Linda Torczon combine basic principles with pragmatic insights from their experience building state-of-the-art compilers. They will help you fully understand important techniques such as compilation of imperative and object-oriented languages, construction of static single assignment forms, instruction scheduling, and graph-coloring register allocation.
Features
- In-depth treatment of algorithms and techniques used in the front end of a modern compiler
- Focus on code optimization and code generation, the primary areas of recent research and development
- Improvements in presentation, including conceptual overviews for each chapter, summaries and review questions for sections, and prominent placement of definitions for new terms
- Examples drawn from several different programming languages, including Java, C, C++, and FORTRAN
About the Authors
Keith Cooper Doerr Professor in Computational Engineering Department of Computer Science, Rice University.
Linda Torczon Senior Research Scientist Department of Computer Science Rice University.
About the Author
Linda Torczon is a principal investigator on the Massively Scalar Compiler Project at Rice University, and the Grid Application Development Software Project sponsored by the next Generation Software program of the National Science Foundation. She also serves as the executive director of HiPerSoft and of the Los Alamos Computer Science Institute. Her research interests include code generation, interprocedural dataflow analysis and optimization, and programming environments.
Product details
- ASIN : 012088478X
- Publisher : Morgan Kaufmann; 2nd edition (February 21, 2011)
- Language : English
- Hardcover : 824 pages
- ISBN-10 : 9780120884780
- ISBN-13 : 978-0120884780
- Item Weight : 3.5 pounds
- Dimensions : 7.5 x 1.5 x 9.25 inches
- Best Sellers Rank: #1,006,781 in Books (See Top 100 in Books)
- #72 in Compiler Design
- #84 in Software Programming Compilers
- #1,104 in Software Development (Books)
- Customer Reviews:
About the authors

Discover more of the author’s books, see similar authors, read book recommendations and more.

Discover more of the author’s books, see similar authors, read book recommendations and more.
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonCustomers say
Customers find the presentation well-presented, concise, and implementation-oriented. They say the book includes a lot of concepts and thoroughly discusses their implications, strengths, and weaknesses. Readers also describe it as perfect reading for computer science engineers. They mention the authors are knowledgeable on the subject of compiler design and keep the reader right on track.
AI-generated from the text of customer reviews
Customers find the presentation well-presented in a theoretical manner. They say it's concise, implementation-oriented, and pragmatic. Readers also mention the book includes a lot of concepts and thoroughly discusses the implications, strengths, and weaknesses of them. They say it would be a great way to consolidate their knowledge and prepare for exams.
"...(nice presentation, not overly terse), but it also covers new and interesting algorithms and data-structures...." Read more
"...It's emphasis is on English text and it reads well. I'd put it on the Hennessy and Patterson shelf." Read more
"...The other part was different because it explained bottom-up parsing well. I never "got it" when reading the Dragon book or others...." Read more
"...This book is structured better than the dragon book. It shouldn't be a surprise that UC Berkeley is using it in their curriculum." Read more
Customers find the book perfect for a computer science engineer. They say the authors are very knowledgeable on the subject of compiler design and keep the reader right on track. Readers also mention it's easy to read the general overview and analysis of a technique.
"...The contemporary competition consists of* Aho/Sethi/Ullman/Lam: nice book, great follow-on from the earlier dragon books, but is so thick that..." Read more
"...It's emphasis is on English text and it reads well. I'd put it on the Hennessy and Patterson shelf." Read more
"...It's a good book, but I've taken a star away because I feel it's too theoretical." Read more
"Great book. The authors are very knowledgeable on the subject of compiler design and theory. This book is structured better than the dragon book...." Read more
-
Top reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
* Aho/Sethi/Ullman/Lam: nice book, great follow-on from the earlier dragon books, but is so thick that it's tough to teach from, and to be honest, it's getting convoluted.
* Allen/Kennedy: another great book, covering some of the best results in optimization (of well behaved languages like Fortran). It is, just like the latest dragon book, heavy slogging and not digestible by many students.
* Muchnick: yet another excellent book, but it hasn't (AFAIK) been updated.
By contrast, this book (Cooper/Torczon) is not only digestible (nice presentation, not overly terse), but it also covers new and interesting algorithms and data-structures. This applies not only to today's hot topics like optimization (and related data-structures like SSA) and code-generation, but also to front-ends. For example, the chapter on lexical analysis covers Brzozowski's minimization algorithm. (As a specialist in such minimization algorithms, it's very encouraging to see compiler writers/text book authors now embracing such an easily taught algorithm.) All in all, a very nice book on modern compiler engineering.
If you haven't yet created your own compiler, then I would look elsewhere. The best bet would be too get "Brinch Hansen on Pascal Compilers", which contains a small amount of theory but heaps of code (fully commented and understandable) which you can easily digest and then modify for your custom compiler.
The compilers I've written (based largely on Hansen) used the "top down" method, which can easily be coded by hand. Although a great introduction to compilers, there is not much discussion on bottom-up parsing or code optimization.
The first half of the book reviewed here was a good refresher for me about compilation techniques. I could follow it easily, but I knew most of the material beforehand (from Hansen). The other part was different because it explained bottom-up parsing well. I never "got it" when reading the Dragon book or others. So, I was impressed by the first half of the book.
The second half is about optimization. The topics here were either briefly mentioned in Hansen (but no implementation was given), or else were absent. Hansen's approach was to use a stack-based machine, which is simple to do but not good for optimizing code. In this new book, the authors don't use a stack-based approach, but rather a register approach. This allows for lots of types of optimization. It's heavy going. There are some diagrams, but not enough for me. Pseudo code was given to explain each optimization technique, but there were always special cases that threw a spanner in the works. I liked the constant summaries, but when I faced the questions at the end of the chapters, I quickly realized I hadn't digested the material fully! I also realized that I'd never be able to implement the optimizations from the pseudo-code presented.
I learned that there is almost an infinite numbers of combinations of optimization code. This shows that there will always be areas of research in compilers. I got stuck in a lot of places, but still got a good understanding of optimization theory. Many techniques were written in acronyms to save space, but I kept forgetting what the names stood for, and that hindered my learning.
For a single-semester course, Hansen's book is better, as it's practical. This new book would be a great way to consolidate your knowledge and let you prepare you for further study, or research. There are other books on optimization, but this one has enough topics and theory for me!
It's a good book, but I've taken a star away because I feel it's too theoretical.
Top reviews from other countries
De inhoud daarentegen is erg goed.
Goes from implementing scanners to optimization, and most efficient data structures. At each point, advantages and disadvantages of some technique X are exposed
I highly recommend
I have not read Dragon Book, so I can't compare.
On a side note, the format is kinda odd (huge pages, but only filled half-width, very wide margins, I suppose that's for reader's notes), book is really heavy, and the "pseudo-assembly" (ILOC) used is annoying
Fazit: Ein empfehlenswertes Buch für alle, die sich für Compiler- oder Interpreterdesign interessieren. Ich empfehle generell indische Ausgaben, sie haben etwas dünneres Papier und sind dafür aber auch viel billiger. An dem Gefasel auf dem Einband, dass der Verkauf anderswo verboten ist, ist selbstverständlich überhaupt nichts dran. Natürlich können Sie das Buch jederzeit in Indien bestellen - sonst wäre das Buch auch zu teuer.





