Elimination of redundant messages with a two-pass static analysis algorithm


Alain Girault
Euromicro Workshop on Parallel and Distributed Processing
Mantova, Italy, February 2001

Abstract

Eliminating redundant messages in distributed programs leads to the reduction of communication overhead, and thus to the improvement of the overall performances of the distributed program. Therefore a lot of work has been done recently to achieve this goal. We present in this paper an algorithm for eliminating redundant valued messages in parallel programs that have been distributed automatically. This algorithm works on program whose control flow is as general as possible, i.e., contains gotos. Precisely, the control flow is a finite deterministic automaton with a DAG of actions in each state. Our algorithm proceeds in two passes: First a global data-flow analysis which computes, for each state of the automaton, the set of distant variables that are known at the beginning of the state. Then a local elimination which removes redundant messages locally in each state of the automaton. We present the algorithms along with an example.

BibTeX entry

@InProceedings{Gir01,
  author = 	 {A. Girault},
  title = 	 {Elimination of Redundant Messages with a
                 Two-Pass Static Analysis Algorithm},
  booktitle = 	 {Euromicro Workshop on Parallel and Distributed Processing},
  year =	 {2001},
  address =	 {Mantova, Italy},
  month =	 {February},
  pages =        {178--185}
}

[PDF] [Postscript]


Send comments to Alain Girault at Alain.Girault@inrialpes.fr.