Modern Compiler Implementation in C

Modern Compiler Implementation in C
Author: Andrew W. Appel
Publisher: Cambridge University Press
Total Pages: 560
Release: 2004-07-08
Genre: Computers
ISBN: 1107268567

Download Modern Compiler Implementation in C Book in PDF, Epub and Kindle

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.


Modern Compiler Implementation in C
Language: en
Pages: 560
Authors: Andrew W. Appel
Categories: Computers
Type: BOOK - Published: 2004-07-08 - Publisher: Cambridge University Press

GET EBOOK

This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representation
Writing a C Compiler
Language: en
Pages: 902
Authors: Nora Sandler
Categories: Computers
Type: BOOK - Published: 2024-08-20 - Publisher: No Starch Press

GET EBOOK

A fun, hands-on guide to writing your own compiler for a real-world programming language. Compilers are at the heart of everything programmers do, yet even expe
The Mutant Weapon
Language: en
Pages: 98
Authors: Murray Leinster
Categories: Fiction
Type: BOOK - Published: 2007-09-01 - Publisher: Wildside Press LLC

GET EBOOK

The only links between the far-flung space colonies were the Medical Services spaceships. When these lonely travelers paid a call, they were always given a roya
Crafting Interpreters
Language: en
Pages: 1021
Authors: Robert Nystrom
Categories: Computers
Type: BOOK - Published: 2021-07-27 - Publisher: Genever Benning

GET EBOOK

Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience
Introduction to Compilers and Language Design
Language: en
Pages: 248
Authors: Douglas Thain
Categories:
Type: BOOK - Published: 2019-07-24 - Publisher: Lulu.com

GET EBOOK

A compiler translates a program written in a high level language into a program written in a lower level language. For students of computer science, building a