Portable, Parallelizing Pascal Compiler

  • Authors:
  • Eran Gabber;Amir Averbuch;Amiram Yehudai

  • Affiliations:
  • -;-;-

  • Venue:
  • IEEE Software
  • Year:
  • 1993

Quantified Score

Hi-index 0.00

Visualization

Abstract

The structure and implementation of P/sup 3/C, a compiler that uses relatively simple parallelization techniques to produce highly efficient code for both shared-memory and distributed-memory MIMD multiprocessors, are discussed. P/sup 3/C is a fully automatic, portable parallelizing Pascal compiler for scientific code, which is characterized by loops operating on regular data structures. P/sup 3/C compiles the same source code to all target machines without modification. P/sup 3/C gives an accurate estimate about whether the parallel code will actually reduce execution time over serial code, taking into account the associated overhead. It derives the estimate by statically analyzing the program at compile time, referring to a table of the target machine's parameters. Speedups of up to 24 have been achieved on a Sequent Symmetry with 25 active processors. The estimated speedup was within 8% of the actual figure.