@inproceedings{8ade8cdda2f04524a1e60b2d31dc933d,
title = "Concurrent data representation synthesis",
abstract = "We describe an approach for synthesizing data representations for concurrent programs. Our compiler takes as input a program written using concurrent relations and synthesizes a representation of the relations as sets of cooperating data structures as well as the placement and acquisition of locks to synchronize concurrent access to those data structures. The resulting code is correct by construction: individual relational operations are implemented correctly and the aggregate set of operations is serializable and deadlock free. The relational specification also permits a high-level optimizer to choose the best performing of many possible legal data representations and locking strategies, which we demonstrate with an experiment autotuning a graph benchmark.",
keywords = "Lock placement, Synthesis",
author = "Peter Hawkins and Alex Aiken and Kathleen Fisher and Martin Rinard and Mooly Sagiv",
year = "2012",
doi = "https://doi.org/10.1145/2254064.2254114",
language = "الإنجليزيّة",
isbn = "9781450312059",
series = "Proceedings of the ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)",
pages = "417--427",
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",
}