Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
skip to main content
Simplifying code generation through peephole optimization
Publisher:
  • The University of Arizona
Order Number:AAI8206893
Pages:
108
Reflects downloads up to 09 Nov 2024Bibliometrics
Skip Abstract Section
Abstract

Producing compilers that generate good object code is difficult. The early phases of the compiler, syntactical and lexical analysis, have been automated. The latter phases, code generation and optimization, are more difficult because of the wide range of machine architectures. This dissertation describes a technique for the rapid implementation of production-quality compilers though the use of a machine-independent retargetable peephole optimizer, PO. PO is retargeted by providing a description of the new machine.PO simplifies many of the tasks associated with developing compilers. It simplifies code generation by eliminating most of the case-analysis typically necessary to produce good code. It simplifies the optimization phase by collecting several disparate optimizations and generalizing them as peephole optimizations. PO also demonstrates the traditional optimizations, such as register allocation, common subexpression elimination, and removal of unreachable code, may be done more thoroughly and completely when information about the target machine is available.

Contributors
  • University of Virginia

Recommendations