Building an Optimizing Compiler
Author | : Robert Morgan |
Publisher | : Digital Press |
Total Pages | : 0 |
Release | : 1998 |
ISBN-10 | : 155558179X |
ISBN-13 | : 9781555581794 |
Rating | : 4/5 (794 Downloads) |
Download or read book Building an Optimizing Compiler written by Robert Morgan and published by Digital Press. This book was released on 1998 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Building an Optimizing Compiler provides a high-level design for a thorough optimizer, code generator, scheduler, and register allocator for a generic modern RISC processor. In the process it addresses the small issues that have a large impact on the implementation. The book approaches this subject from a practical viewpoint. Theory is introduced where intuitive arguments are insufficient; however, the theory is described in practical terms. Building an Optimizing Compiler provides a complete theory for static single assignment methods and partial redundancy methods for code optimization. It also provides a new generalization of register allocation techniques. A single running example is used throughout the book to illustrate the compilation process.