Skip to content

Modern Compiler Implementation in Java

Best in textbook rentals since 2012!

ISBN-10: 052182060X

ISBN-13: 9780521820608

Edition: 2nd 2002 (Revised)

Authors: Andrew W. Appel, Jens Palsberg

List price: $104.00
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

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: $104.00
Edition: 2nd
Copyright year: 2002
Publisher: Cambridge University Press
Publication date: 10/21/2002
Binding: Hardcover
Pages: 512
Size: 8.19" wide x 10.12" long x 1.30" tall
Weight: 2.530
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