@inproceedings{d30574bccea54f6a93e61b91169fb634,
title = "Scalable and precise dynamic datarace detection for structured parallelism",
abstract = "Existing dynamic race detectors suffer from at least one of the following three limitations: (i) space overhead per memory location grows linearly with the number of parallel threads [13], severely limiting the parallelism that the algorithm can handle. (ii) sequentialization: the parallel program must be processed in a sequential order, usually depth-first [12, 24]. This prevents the analysis from scaling with available hardware parallelism, inherently limiting its performance. (iii) inefficiency: even though race detectors with good theoretical complexity exist, they do not admit efficient implementations and are unsuitable for practical use [4, 18]. We present a new precise dynamic race detector that leverages structured parallelism in order to address these limitations. Our algorithm requires constant space per memory location, works in parallel, and is efficient in practice. We implemented and evaluated our algorithm on a set of 15 benchmarks. Our experimental results indicate an average (geometric mean) slowdown of 2.78× on a 16- core SMP system.",
keywords = "Data races, Parallelism, Program analysis",
author = "Raghavan Raman and Jisheng Zhao and Vivek Sarkar and Martin Vechev and Eran Yahav",
year = "2012",
doi = "10.1145/2254064.2254127",
language = "الإنجليزيّة",
isbn = "9781450312059",
series = "Proceedings of the ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)",
pages = "531--542",
booktitle = "PLDI'12 - Proceedings of the 2012 ACM SIGPLAN Conference on Programming Language Design and Implementation",
note = "33rd ACM SIGPLAN Conference on Programming Language Design and Implementation, PLDI'12 ; Conference date: 11-06-2012 Through 16-06-2012",
}