FX-87 PERFORMANCE MEASUREMENTS: DATAFLOW IMPLEMENTATION

  • Authors:
  • R. T. Hammel;D. K. Gifford

  • Affiliations:
  • -;-

  • Venue:
  • FX-87 PERFORMANCE MEASUREMENTS: DATAFLOW IMPLEMENTATION
  • Year:
  • 1988

Quantified Score

Hi-index 0.00

Visualization

Abstract

We analyze how much the FX-87 static effect system can improve the execution times of five benchmark programs on a parallel graph interpreter. Three of our benchmark programs do not use side-effects (factorial, fibonacci, and polynomial division) and thus did not have any effect induced constraints. Their FX-87 performance was comparable to their performance in a purely functional language. Two of our benchmark programs use side-effects (DNA sequence matching and Scheme interpretation) and our compiler was able to use effect information to reduce their execution times by factors of 1.7 to 5.4 when compared with sequential execution times. These results support our thesis that a static effect system is a powerful tool for compilation to multiprocessor computers. However, the graph interpreter we used was based on unrealistic assumptions, and thus our results may not accurately reflect the performance of a practical FX-87 implementation. The results also suggest that conventional loop analysis would complement the FX-87 effect system.