TY - JOUR
T1 - Region and effect inference for safe parallelism
AU - Tzannes, Alexandros
AU - Heumann, Stephen T.
AU - Eloussi, Lamyaa
AU - Vakilian, Mohsen
AU - Adve, Vikram S.
AU - Han, Michael
N1 - Publisher Copyright:
© 2019, Springer Science+Business Media, LLC, part of Springer Nature.
PY - 2019/6/15
Y1 - 2019/6/15
N2 - In this paper, we present the first full regions-and-effects inference algorithm for explicitly parallel fork-join programs. We infer annotations equivalent to those in Deterministic Parallel Java (DPJ) for type-safe C++ programs. We chose the DPJ annotations because they give the strongest safety guarantees of any existing concurrency-checking approach we know of, static or dynamic, and it is also the most expressive static checking system we know of that gives strong safety guarantees. This expressiveness, however, makes manual annotation difficult and tedious, which motivates the need for automatic inference, but it also makes the inference problem very challenging: the code may use region polymorphism, imperative updates with complex aliasing, arbitrary recursion, hierarchical region specifications, and wildcard elements to describe potentially infinite sets of regions. We express the inference as a constraint satisfaction problem and develop, implement, and evaluate an algorithm for solving it. The region and effect annotations inferred by the algorithm constitute a checkable proof of safe parallelism, and it can be recorded both for documentation and for fast and modular safety checking.
AB - In this paper, we present the first full regions-and-effects inference algorithm for explicitly parallel fork-join programs. We infer annotations equivalent to those in Deterministic Parallel Java (DPJ) for type-safe C++ programs. We chose the DPJ annotations because they give the strongest safety guarantees of any existing concurrency-checking approach we know of, static or dynamic, and it is also the most expressive static checking system we know of that gives strong safety guarantees. This expressiveness, however, makes manual annotation difficult and tedious, which motivates the need for automatic inference, but it also makes the inference problem very challenging: the code may use region polymorphism, imperative updates with complex aliasing, arbitrary recursion, hierarchical region specifications, and wildcard elements to describe potentially infinite sets of regions. We express the inference as a constraint satisfaction problem and develop, implement, and evaluate an algorithm for solving it. The region and effect annotations inferred by the algorithm constitute a checkable proof of safe parallelism, and it can be recorded both for documentation and for fast and modular safety checking.
KW - Annotation inference
KW - Fork-join parallelism
KW - Safe parallelism
UR - http://www.scopus.com/inward/record.url?scp=85065703352&partnerID=8YFLogxK
UR - http://www.scopus.com/inward/citedby.url?scp=85065703352&partnerID=8YFLogxK
U2 - 10.1007/s10515-019-00257-3
DO - 10.1007/s10515-019-00257-3
M3 - Article
AN - SCOPUS:85065703352
SN - 0928-8910
VL - 26
SP - 463
EP - 509
JO - Automated Software Engineering
JF - Automated Software Engineering
IS - 2
ER -