Probabilistic program analysis for parallelizing compilers

  • Authors:
  • I. M. Forsythe;P. Milligan;P. P. Sage

  • Affiliations:
  • School of Computer Science, Queen's University of Belfast, Belfast, Northern Ireland;School of Computer Science, Queen's University of Belfast, Belfast, Northern Ireland;School of Computer Science, Queen's University of Belfast, Belfast, Northern Ireland

  • Venue:
  • VECPAR'04 Proceedings of the 6th international conference on High Performance Computing for Computational Science
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

Parallelizing compilers have difficulty analysing and optimising complex code. To address this, some analysis may be delayed until run-time, and techniques such as speculative execution used. Furthermore, to enhance performance, a feedback loop may be setup between the compile time and run-time analysis systems, as in iterative compilation. To extend this, it is proposed that the run-time analysis collects information about the values of variables not already determined, and estimates a probability measure for the sampled values. These measures may be used to guide optimisations in further analyses of the program. To address the problem of variables with measures as values, this paper also presents an outline of a novel combination of previous probabilistic denotational semantics models, applied to a simple imperative language.