1 research outputs found

    Recovering Logical Structures of Data

    No full text
    . Many powerful parallelizing compiler techniques rely on the structures of data and code. Unfortunately, in many real applications, arrays do not have syntactic structures. In this paper, we show that logical data structures can be automatically recovered from the flat, one-dimensional arrays and accesses. We present a framework and algorithms for recovering the logical multi-dimensional data structures. 1 Introduction Understanding the pattern of array accesses has been identified as a key element of many optimization techniques: it is necessary for achieving good locality of memory references, for deciding data distribution, and for determining data dependences. Many powerful parallelizing compiler techniques are based on the structures of data (e.g. multiple array dimensions) and code (e.g. multiply nested loops). Intuitively, having more information about the logical structure of the data used in a computer program provides the compiler with more possibilities for optimization. F..
    corecore