High-performance parallel graph reduction

  • SL Peyton Jones ,
  • C Clack ,
  • J Salkild ,
  • Simon Peyton Jones

Proc Parallel Architectures and Languages Europe (PARLE), Lecture notes in Computer Science |

Published by Springer Verlag

Parallel graph reduction is an attractive implementation for functional programming languages because of its simplicity and inherently distributed nature. This paper outlines some of the issues raised by parallel compiled graph reduction, and presents the approach we have adopted for our parallel machine, GRIP.

We concentrate on two main areas:

  • Static and dynamic techniques to control the growth of parallelism, so as to provide enough parallelism of an appropriate granularity to keep the machine busy without swamping it.

  • Dynamic techniques to exploit the memory hierarchy, so that frequently-referenced data is held near to the processor that references it.