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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Amsterdam :
Elsevier,
2012.
|
Edición: | 2nd ed. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Overview of Compilation
- Scanners
- Parsers
- Context Sensitive Analysis
- Intermediate Representations
- Procedure Abstraction
- Code Shape
- Introduction to Optimization
- Data-Flow Analysis
- Scalar Optimizations
- Instruction Selection
- Instruction Scheduling
- Register Allocation
- Appendix A. ILOC
- Appendix B. Data Structures.