Modern Compiler Implementation in C

Modern Compiler Implementation in C
复制标题

DOI:
10.1017/cbo9781139174930
复制
发表时间:
1997-01
期刊:
--
影响因子:
--
通讯作者:
A. Appel;Maia Ginsburg
A. Appel;Maia Ginsburg
中科院分区:
其他
文献类型:
--
作者:
A. Appel;Maia Ginsburg

文献摘要

被引文献

相似文献

来自出版商:这本教科书描述了现代编译器的所有阶段:词法分析,解析,抽象语法,语义动作,中间表示,通过树匹配的指令选择,科洛分析,图着色寄存器分配和运行时系统。它很好地涵盖了代码生成和寄存器分配方面的当前技术,以及大多数书籍所缺少的函数式和面向对象语言。最被接受和最成功的技术是以简洁的方式描述的,而不是作为每一个可能的变体的详尽目录。编译器的模块之间的接口的详细描述用实际的C头文件来说明。这本书的一个独特之处是一个精心设计的C编译器实现项目,包括前端和“高科技”后端阶段,使学生可以在一个学期内构建一个完整的工作编译器。
From the Publisher: 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. A unique feature of the book is a well designed compiler implementation project in C, including front-end and "high-tech" back-end phases, so that students can build a complete working compiler in one semester.