Title :
Advanced array optimizations for high performance functional languages
Author :
Cann, David C. ; Evripidou, Paraskevas
Author_Institution :
Software Div., Cray Comput. Corp., Colorada Springs, CO, USA
fDate :
3/1/1995 12:00:00 AM
Abstract :
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
Keywords :
functional languages; software performance evaluation; storage management; Convex; Cray Computer Corporation; Cray Research; Optimizing SISAL Compiler; SISAL 1.2 programs; SISAL program performance; aggregate storage subsumption; array optimizations; cyclic computations; data copying costs; filtered array constructions; framework preconstruction; high performance functional languages; memory management overhead; predictive storage preallocation; vector-parallel machines; Aggregates; Concurrent computing; Contracts; Cost function; Laboratories; Memory management; Military computing; Optimizing compilers; Parallel processing; Program processors;
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on