A Class-Specific Optimizing Compiler

  • Authors:
  • Michael D. Sharp;Steve W. Otto

  • Affiliations:
  • Oregon Graduate Institute of Science and Technology, Beaverton, OR 97006-1999;Oregon Graduate Institute of Science and Technology, Beaverton, OR 97006-1999

  • Venue:
  • Scientific Programming - The First Annual Object-Oriented Numerics Conference (OON-SKI '93)
  • Year:
  • 1993

Quantified Score

Hi-index 0.00

Visualization

Abstract

Class-specific optimizations are compiler optimizations specified by the class implementor to the compiler. They allow the compiler to take advantage of the semantics of the particular class so as to produce better code. Optimizations of interest include the strength reduction of class:: array address calculations, elimination of large temporaries, and the placement of asynchronous send/recv calls so as to achieve computation/communication overlap. We will outline our progress towards the implementation of a C++ compiler capable of incorporating class-specific optimizations.