next up previous
Next: Input Up: The Dependence Test Previous: The Dependence Test

Purpose

This module calculates the data dependences occurring in the source program. The analysis is based on the method by U. Banerjee [Ban93], but extends it in several aspects. The most important extensions are:

The tool computes the set of all memory conflicts representing them by the so called h-transformation which was introduced by P. Feautrier [Fea91]. Banerjee's methods do not calculate the precise flow of data but compute all pairs of operations with conflicting accesses to the same memory cell. Therefore, it might become necessary to introduce new parameters (pseudo parameters) in order to represent sets of h-transformations. A detailed description of the analysis can be found in [Kei96] (text in German).



Martin Griebl
Wed Apr 24 11:24:00 MET DST 1996