Skip to content

Modern Compiler Implementation in Java

Best in textbook rentals since 2012!

ISBN-10: 0521583888

ISBN-13: 9780521583886

Edition: 1998

Authors: Andrew W. Appel

List price: $60.00
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

Appel explains all phases of a modern compiler, covering current techniques in code generation and register allocation as well as functional and object-oriented languages. The book also includes a compiler implementation project using Java.
Customers also bought

Book details

List price: $60.00
Copyright year: 1998
Publisher: Cambridge University Press
Publication date: 12/13/1997
Binding: Hardcover
Pages: 558
Size: 7.64" wide x 9.53" long x 1.34" tall
Weight: 2.706
Language: English

Andrew W. Appel is the Eugene Higgins Professor and Chairman of the Department of Computer Science at Princeton University.

Fundamentals of Compilation
Introduction
Lexical analysis
Parsing
Abstract syntax
Semantic analysis
Activation records
Translation to intermediate code
Basic blocks and traces
Instruction selection
Liveness analysis
Register allocation
Putting it all together
Advanced Topics
Garbage collection
Object-oriented languages
Functional programming languages
Polymorphic types
Dataflow analysis
Loop optimizations
Static single-assignment form
Pipelining and scheduling
The memory hierarchy
Appendix: Mini-Java reference manual