Advanced Array Optimizations for High Performance Functional Languages

  • Authors:
  • David C. Cann;Paraskevas Evripidou

  • Affiliations:
  • Cray Computer Corp., Colorado Springs, CO;Southern Methodist Univ., Dallas, TX

  • Venue:
  • IEEE Transactions on Parallel and Distributed Systems
  • Year:
  • 1995

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, we discuss and evaluate three optimizations for reducing memory management overhead and data copying costs in SISAL 1.2 programs that build arrays. The first, called framework preconstruction, eliminates superfluous allocate-deallocate sequences in cyclic computations. The second, called aggregate storage subsumption, reduces the management overhead for compound array components. The third, called predictive storage preallocation, eliminates superfluous data copying in filtered array constructions and simplifies their parallelization. We have added all three optimizations to the Optimizing SISAL Compiler with rewarding improvements in SISAL program performance on vector-parallel machines such as those built by Cray Computer Corporation, Convex, and Cray Research.Index Terms驴Functional languages, parallel computing, vector computing, imperative languages, copy elimination, storage optimizations, arrays.