Abstract
The undisciplined use of shared mutable state can be a source of program errors when aliases unsafely interfere with each other. While protocol-based techniques to reason about interference abound, they do not address two practical concerns: the decidability of protocol composition and its integration with protocol abstraction. We show that our composition procedure is decidable and that it ensures safe interference even when composing abstract protocols. To evaluate the expressiveness of our protocol framework for safe shared memory interference, we show how this same protocol framework can be used to model safe, typeful message-passing concurrency idioms.
Original language | English |
---|---|
Title of host publication | 30th European Conference on Object-Oriented Programming, ECOOP 2016 |
Publisher | Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing |
Pages | 161-1626 |
Number of pages | 1466 |
Volume | 56 |
ISBN (Electronic) | 978-395977014-9 |
DOIs | |
Publication status | Published - 1 Jul 2016 |
Event | 30th European Conference on Object-Oriented Programming, ECOOP 2016 - Rome, Italy Duration: 18 Jul 2016 → 22 Jul 2016 |
Conference
Conference | 30th European Conference on Object-Oriented Programming, ECOOP 2016 |
---|---|
Country/Territory | Italy |
City | Rome |
Period | 18/07/16 → 22/07/16 |
Keywords
- Aliasing
- Linearity
- Protocol composition
- Shared memory interference