Symbolic Abstract Data Type Inference
Title | Symbolic Abstract Data Type Inference |
Publication Type | Conference Paper |
Year of Publication | 2016 |
Authors | Emmi, Michael, Enea, Constantin |
Conference Name | Proceedings of the 43rd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages |
Publisher | ACM |
Conference Location | New York, NY, USA |
ISBN Number | 978-1-4503-3549-2 |
Keywords | Collaboration, composability, Concurrency, Human Behavior, Linearizability, Metrics, pattern locks, pubcrawl, Refinement, Resiliency, Scalability |
Abstract | Formal specification is a vital ingredient to scalable verification of software systems. In the case of efficient implementations of concurrent objects like atomic registers, queues, and locks, symbolic formal representations of their abstract data types (ADTs) enable efficient modular reasoning, decoupling clients from implementations. Writing adequate formal specifications, however, is a complex task requiring rare expertise. In practice, programmers write reference implementations as informal specifications. In this work we demonstrate that effective symbolic ADT representations can be automatically generated from the executions of reference implementations. Our approach exploits two key features of naturally-occurring ADTs: violations can be decomposed into a small set of representative patterns, and these patterns manifest in executions with few operations. By identifying certain algebraic properties of naturally-occurring ADTs, and exhaustively sampling executions up to a small number of operations, we generate concise symbolic ADT representations which are complete in practice, enabling the application of efficient symbolic verification algorithms without the burden of manual specification. Furthermore, the concise ADT violation patterns we generate are human-readable, and can serve as useful, formal documentation. |
URL | http://doi.acm.org/10.1145/2837614.2837645 |
DOI | 10.1145/2837614.2837645 |
Citation Key | emmi_symbolic_2016 |