Modern Compiler Implementation in C - Softcover

Andrew W. Appel; Appel

  • 3.69 out of 5 stars
    42 ratings by Goodreads
 
9788175960718: Modern Compiler Implementation in C

Synopsis

This 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 is missing from most books. 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 compilation of object-oriented and functional languages, garbage collection, loop optimizations, ssa form, loop scheduling, and

"synopsis" may belong to another edition of this title.

Book Description

This new, expanded textbook describes all phases of a modern compiler, including current techniques in code generation and register allocation, for imperative, functional and object-oriented languages. In a concise and practical way the author describes the fundamentals of compilation and then moves on to advanced topics such as SSA form, loop scheduling, and optimization for cache-memory hierarchies. A unique feature is a compiler implementation project in C, including front-end and 'high-tech' back-end phases.

"About this title" may belong to another edition of this title.