Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
About this product
Product Identifiers
PublisherSpringer New York
ISBN-101461446988
ISBN-139781461446989
eBay Product ID (ePID)117159069
Product Key Features
Number of PagesXxi, 822 Pages
LanguageEnglish
Publication NameModern Compiler Design
SubjectSystems Architecture / General, Programming / General, Compilers
Publication Year2012
TypeTextbook
AuthorDick Grune, Ceriel J. H. Jacobs, Kees Van Reeuwijk, Koen Langendoen, Henri E. Bal
Subject AreaComputers
FormatHardcover
Dimensions
Item Height0.7 in
Item Weight50.2 Oz
Item Length9.3 in
Item Width6.1 in
Additional Product Features
Edition Number2
Intended AudienceScholarly & Professional
LCCN2012-941168
ReviewsFrom the reviews of the second edition: "This large, updated new edition ... provides excellent coverage of the design segment. The writing is clear and accessible; the material is well organized and complete; the references are extensive (over 300) and the student exercises are well conceived ... . the essence of the book is the middle ground between the two: how compilers are structured and how the substructures of a compiler relate to one another. Summing Up: Recommended. Computer science collections, upper-division undergraduates and above." (C. Vickery, Choice, Vol. 50 (6), February, 2013), From the reviews of the second edition:This large, updated new edition … provides excellent coverage of the design segment. The writing is clear and accessible; the material is well organized and complete; the references are extensive (over 300) and the student exercises are well conceived … . the essence of the book is the middle ground between the two: how compilers are structured and how the substructures of a compiler relate to one another. Summing Up: Recommended. Computer science collections, upper-division undergraduates and above. (C. Vickery, Choice, Vol. 50 (6), February, 2013)
Dewey Edition21
Number of Volumes1 vol.
IllustratedYes
Dewey Decimal005.4/53
Table Of ContentIntroduction.- Program Text to Tokens-- Lexical Analysis.- Tokens to Syntax Tree-- Syntax Analysis.- Grammar-based Context Handling.- Manual Context Handling.- Interpretation.- Code Generation.- Assemblers, Disassemblers, Linkers, and Loaders.- Optimization Techniques.- Explicit and Implicit Memory Management.- Imperative and Object-Oriented Programs.- Functional Programs.- Logic Programs.- Parallel and Distributed Programs.
Synopsis"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.