Incorporation of OpenMP Memory Consistency into Conventional Dataflow Analysis

Abstract

Current OpenMP compilers are often limited in their analysis and optimization of OpenMP programs by the challenge of incorporating OpenMP memory consistency semantics into conventional data flow algorithms. An important reason for this is that data flow analysis within current compilers traverse the program’s control-flow graph (CFG) and the CFG does not accurately model the memory consistency specifications of OpenMP. In this paper, we present techniques to incorporate memory consistency semantics into conventional dataflow analysis by transforming the program’s CFG into an OpenMP Producer-Consumer Flow Graph (PCFG), where a path exists from writes to reads of shared data if and only if a dependence is implied by the OpenMP memory consistency model. We present algorithms for these transformations, prove the correctness of these algorithms and discuss a case where this transformation is used.

Keywords

OpenMP, compilers, optimization, semantics, algorithms, CFG, dataflow

Date of this Version

2008

Comments

OpenMP in a New Era of Parallelism, Lecture Notes in Computer Science, 2008, Volume 5004/2008, 71-82

Share

COinS