DocumentCode
3459629
Title
The Automatic Transformation of Linked List Data Structures
Author
Groot, Sven ; Van der Spek, Harmen L A ; Bakker, Erwin M. ; Wijshoff, Harry A.G.
Author_Institution
Leiden Univ., Leiden
fYear
2007
fDate
15-19 Sept. 2007
Firstpage
408
Lastpage
408
Abstract
Irregular access patterns are a major problem for today´s optimizing compilers. It prevents the application of many optimizations as data dependence analysis cannot be performed on code containing such patterns. We present a novel approach that transforms linked list pointer access patterns in regularized array access patterns. Our method separates the computations from the linked list traversal which results in an intermediate code which is suitable for recompilation at runtime and as such can take both computation code and the data the code operates on into account enabling generation of code and restructured data structures. This is radically different from other approaches, which focus mainly on improving cache performance by placing list elements, which are logically close to each other physically close to each other.
Keywords
data structures; optimising compilers; automatic transformation; cache performance; computation code; data dependence analysis; ireggular access pattern; linked list data structure; linked list pointer access pattern; optimizing compiler; regularized array access pattern; restructured data structure; Data analysis; Data mining; Data structures; Optimizing compilers; Parallel architectures; Pattern analysis; Performance analysis; Runtime; Sparse matrices; Testing;
fLanguage
English
Publisher
ieee
Conference_Titel
Parallel Architecture and Compilation Techniques, 2007. PACT 2007. 16th International Conference on
Conference_Location
Brasov
ISSN
1089-795X
Print_ISBN
978-0-7695-2944-8
Type
conf
DOI
10.1109/PACT.2007.4336236
Filename
4336236
Link To Document