Modern Compiler Implementation in C

Cover of Modern Compiler Implementation in C by Andrew W. Appel
Year: 2004
Language: en
Edition: 1
Pages: 556
ISBN-13: 9780521607650
Dimensions:
Height: 9.69 Inches
Length: 7.44 Inches
Weight: 2.1164377152 pounds
Width: 1.26 Inches
Dewey Decimal: 005.4/53
Editorial overview Touché

Modern Compiler Implementation in C by Andrew W. Appel is a comprehensive textbook published by Cambridge University Press on July 8, 2004. Spanning 556 pages, this edition provides an in-depth exploration of all phases of modern compiler design, including lexical analysis, parsing, and instruction selection. The book is written in English and serves as a resource for both introductory and advanced studies in compiler construction.

Readers will find detailed coverage of current techniques in code generation and register allocation, along with discussions on functional and object-oriented languages. The text is structured into two main parts: the first focuses on the fundamentals of compilation, suitable for a one-semester course, while the second delves into advanced topics such as garbage collection and loop optimizations. The book also includes practical illustrations of compiler module interfaces using actual C header files, making it a valuable resource for students and professionals in the fields of programming and software development.


Official synopsis Publisher

This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as functional and object-oriented languages, that are missing from most books. In addition, more advanced chapters are now included so that it can be used as the basis for a two-semester or graduate course. The most accepted and successful techniques are described in a concise way, rather than as an exhaustive catalog of every possible variant. Detailed descriptions of the interfaces between modules of a compiler are illustrated with actual C header files. The first part of the book, Fundamentals of Compilation, is suitable for a one-semester first course in compiler design. The second part, Advanced Topics, which includes the advanced chapters, covers the compilation of object-oriented and functional languages, garbage collection, loop optimizations, SSA form, loop scheduling, and optimization for cache-memory hierarchies.

FAQ
What is “Modern Compiler Implementation in C” about?
This page includes the available description and bibliographic details for “Modern Compiler Implementation in C” by Andrew W. Appel. Synopsis preview: This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysi…
Who is the author of “Modern Compiler Implementation in C”?
“Modern Compiler Implementation in C” is credited to Andrew W. Appel.
When was “Modern Compiler Implementation in C” published?
Publisher: Cambridge University Press. Year: 2004.
What is the ISBN for “Modern Compiler Implementation in C”?
ISBN-13: 9780521607650.
What are the book details (language, pages, edition)?
Language: en. Pages: 556. Edition: 1.

Related Books by Topic