Skip to content

Engineering a Compiler

Best in textbook rentals since 2012!

ISBN-10: 155860698X

ISBN-13: 9781558606982

Edition: 2003

Authors: Keith D. Cooper, Linda Torczon

List price: $99.95
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:

This text focuses on the back end of the compiler, reflecting the focus of research and development over the last decade. It explores the design space by examining how problems have been solved and by identifying constraints that have made each of these solutions attractive.
Customers also bought

Book details

List price: $99.95
Copyright year: 2003
Publisher: Elsevier Science & Technology
Publication date: 12/11/2003
Binding: Hardcover
Pages: 801
Size: 8.00" wide x 10.00" long x 1.25" tall
Weight: 3.542
Language: English

Dr. Cooper, Professor, Dept. of Computer Science at Rice University, is the leader of the Massively Scalar Compiler Project at Rice, which investigates issues relating to optimization and code generation for modern machines. He is also a member of the Center for High Performance Software Research, the Computer and Information Technology Institute, and the Center for Multimedia Communication -- all at Rice. He teaches courses in Compiler Construction at the undergraduate and graduate level.

About the Authors
About the Cover
Preface
Overview of Compilation
Scanning
Parsing
Context-Sensitive Analysis
Intermediate Representations
The Procedure Abstraction
Code Shape
Introduction to Code Optimization
Data-Flow Analysis
Scalar Optimizations
Instruction Selection
Instruction Scheduling
Register Allocation
ILOC
App. B: Data Structures
Bibliography
Exercises
Index