书籍 Compilers的封面

Compilers

Alfred V. Aho

出版时间

2006-09-09

ISBN

9780321486813

评分

★★★★★
书籍介绍

This book provides the foundation for understanding the theory and pracitce of compilers. Revised and updated, it reflects the current state of compilation. Every chapter has been completely revised to reflect developments in software engineering, programming languages, and computer architecture that have occurred since 1986, when the last edition published. The authors, recognizing that few readers will ever go on to construct a compiler, retain their focus on the broader set of problems faced in software design and software development. Computer scientists, developers, and aspiring students that want to learn how to build, maintain, and execute a compiler for a major programming language.

目录
1 Introduction
1.1 Language Processors
1.2 The Structure of a Compiler
1.3 The Evolution of Programming Languages
1.4 The Science of Building a Compiler

显示全部
用户评论
经典教材的好处是简明易懂,但缺点就是有些地方跟不上时代,有的地方还很抽象
经典dragon book!!
这本书很不适合入门编译原理,不适合新手
读了一半到CG 有机会再读下一半
个人觉得比其他书都要详细,写的很好。常翻常新,每次都能读到新东西。
Too much parsing... Outdated terms for codegen/optimizer/regalloc.
学习了前9章的核心内容,最初被语言分析技术所吸引,后来才明白编译的精髓还是在后端。以及只有我一个人是Parser理论学得很开心,真动手实现起编译器直挠头吗?
重点放到parsing了
虽然Compiler看的是Pro. Hilfinger的讲义 姑且也标记一下吧……这块是难得还挺看的下去的底层 指不准哪天又想看了