
Résumé
As computing has changed, so has the role of both the compiler and the compiler writer. The proliferation of processors, environments, and constraints demands an equally large number of compilers. To adapt, compiler writers retarget code generators, add optimizations, and work on issues such as code space or power consumption.
Engineering a Compiler re-balances the curriculum for an introductory course in compiler construction to reflect the issues that arise in today's practice. Authors Keith Cooper and Linda Torczon convey both the art and the science of compiler construction and show best practice algorithms for the major problems inside a compiler.
Benefits :
- Focuses on the back end of the compiler-reflecting the focus of research and development over the last decade
- Applies the well-developed theory behind scanning and parsing to introduce concepts that play a critical role in optimization and code generation.
- Introduces the student to optimization through data-flow analysis, SSA form, and a selection of scalar optimizations.
- Builds on this background to teach modern methods in code generation: instruction selection, scheduling, and register allocation.
- Presents examples in one of several different programming languages in order to best illustrate the concept
- Explores the design space by examining how problems have been solved and by identifying the constraints that have made each of these solutions attractive.
Contents
- 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
- Appendices
- Bibliography
- Exercises
- Index
L'auteur - Keith D. Cooper
Rice University, Houston, Texas.
L'auteur - Linda Torczon
Linda Torczon is a principal investigator on the Massively Scalar Compiler Project at Rice University, and the Grid Application Development Software Project sponsored by the next Generation Software program of the National Science Foundation. She also serves as the executive director of HiPerSoft and of the Los Alamos Computer Science Institute. Her research interests include code generation, interprocedural dataflow analysis and optimization, and programming environments.
Caractéristiques techniques
PAPIER | |
Éditeur(s) | Morgan Kaufmann |
Auteur(s) | Keith D. Cooper, Linda Torczon |
Parution | 09/12/2003 |
Nb. de pages | 832 |
Format | 20 x 22,7 |
Couverture | Broché |
Poids | 1420g |
Intérieur | Noir et Blanc |
EAN13 | 9781558606999 |
ISBN13 | 978-1-55860-699-9 |
Avantages Eyrolles.com
Consultez aussi
- Les meilleures ventes en Graphisme & Photo
- Les meilleures ventes en Informatique
- Les meilleures ventes en Construction
- Les meilleures ventes en Entreprise & Droit
- Les meilleures ventes en Sciences
- Les meilleures ventes en Littérature
- Les meilleures ventes en Arts & Loisirs
- Les meilleures ventes en Vie pratique
- Les meilleures ventes en Voyage et Tourisme
- Les meilleures ventes en BD et Jeunesse
- Informatique Développement d'applications Techniques de programmation Compilation
- Informatique Développement d'applications Techniques de programmation Programmation fonctionnelle
- Informatique Développement d'applications Langages C
- Informatique Développement d'applications Langages C++
- Informatique Développement d'applications Langages Pascal