Advanced Compiler Design and Implementation

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

This book takes on the challenges of contemporary languages and architectures, and prepares the reader for the new compiling problems that will inevitably arise in the future.

Author(s): Steven S. Muchnick
Edition: illustrated
Publisher: Morgan Kaufmann
Year: 1997

Language: English
Commentary: Great book with excellent overview of existing optimizations.
Pages: 887
City: Hyderabad

1. Introduction to Advanced Topics
2. Informal Compiler Algorithm Notation ICAN
3. SymbolTable Structure
4. Intermediate Representations
5. RunTime Support
6. Producing Code Generators Automatically
7. ControlFlow Analysis
8. BreadthFirst Search
9. DataFlow Analysis
10. Dependence Analysis and Dependence Graphs
11. Alias Analysis
12. Early Optimizations
13. Redundancy Elimination
14. Loop Optimizations
15. Procedure Optimizations
16. Register Allocation
17. Code Scheduling
18. ControlFlow and LowLevel Optimizations
19. Interprocedural Analysis and Optimization
20. Optimization for the Memory Hierarchy
21. Case Studies of Compilers and Future Trends
22. App A Guide to Assembly Languages Used in This Book
23. App B Representation of Sets Sequences Trees DAGs
24. Software Resources