Interprocedural partial redundancy elimination and its application to distributed memory compilation

  • Authors:
  • Gagan Agrawal;Joel Saltz;Raja Das

  • Affiliations:
  • UMIACS and Department of Computer Science, University of Maryland, College Park, MD;UMIACS and Department of Computer Science, University of Maryland, College Park, MD;UMIACS and Department of Computer Science, University of Maryland, College Park, MD

  • Venue:
  • PLDI '95 Proceedings of the ACM SIGPLAN 1995 conference on Programming language design and implementation
  • Year:
  • 1995

Quantified Score

Hi-index 0.00

Visualization

Abstract

Partial Redundancy Elimination (PRE) is a general scheme for suppressing partial redundancies which encompasses traditional optimizations like loop invariant code motion and redundant code elimination. In this paper we address the problem of performing this optimization interprocedurally. We use interprocedural partial redundancy elimination for placement of communication and communication preprocessing statements while compiling for distributed memory parallel machines.