Abstract
A challenging aspect of model-to-code transformations is to ensure that the semantic behavior of the input model is preserved in the output code. When constructing concurrent systems, this is mainly difficult due to the non-deterministic potential interaction between threads. In this paper, we consider this issue for a framework that implements a transformation chain from models expressed in the state machine based domain specific language SLCO to Java. In particular, we provide a fine-grained generic solution to preserve atomicity of SLCO statements in the Java implementation. We give its generic specification based on separation logic and verify it using the verification tool VeriFast. The solution can be regarded as a reusable module to safely implement atomic operations in concurrent systems.
Original language | English |
---|---|
Title of host publication | MODELSWARD 2016 - Proceedings of the 4th International Conference on Model-Driven Engineering and Software Development |
Publisher | SciTePress Digital Library |
Pages | 578-588 |
Number of pages | 11 |
ISBN (Print) | 9789897581687 |
DOIs | |
Publication status | Published - 2016 |
Event | 4th International Conference on Model-Driven Engineering and Software Development (MODELSWARD 2016) - Rome, Italy Duration: 19 Feb 2016 → 21 Feb 2016 http://www.modelsward.org/?y=2016 |
Conference
Conference | 4th International Conference on Model-Driven Engineering and Software Development (MODELSWARD 2016) |
---|---|
Abbreviated title | MODELSWARD 2016 |
Country/Territory | Italy |
City | Rome |
Period | 19/02/16 → 21/02/16 |
Internet address |
Keywords
- Atomicity
- Code Generation
- Concurrency
- Formal Verification
- Model Transformation
- Separation logic