Cargando…

Engineering a compiler /

This entirely revised second edition of Engineering a Compiler is full of technical updates and new material covering the latest developments in compiler technology. In this comprehensive text you will learn important techniques for constructing a modern compiler. Leading educators and researchers K...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Cooper, Keith, active 1976
Otros Autores: Torczon, Linda
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco : Morgan Kaufmann, �2012.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Front Cover; About the Authors; Engineering a Compiler; Copyright; Dedication; About the Cover; Table of Contents; Preface; Chapter 1. Overview of Compilation; Chapter 2. Scanners; Chapter 3. Parsers; Chapter 4. Context-Sensitive Analysis; Chapter 5. Intermediate Representations; Chapter 6. The Procedure Abstraction; Chapter 7. Code Shape; Chapter 8. Introduction to Optimization; Chapter 9. Data-Flow Analysis; Chapter 10. Scalar Optimizations; Chapter 11. Instruction Selection; Chapter 12. Instruction Scheduling; Chapter 13. Register Allocation; Appendix A. ILOC; Appendix B. Data Structures.