Visible to the public Symbolic Abstract Data Type Inference

TitleSymbolic Abstract Data Type Inference
Publication TypeConference Paper
Year of Publication2016
AuthorsEmmi, Michael, Enea, Constantin
Conference NameProceedings of the 43rd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages
PublisherACM
Conference LocationNew York, NY, USA
ISBN Number978-1-4503-3549-2
KeywordsCollaboration, 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.

URLhttp://doi.acm.org/10.1145/2837614.2837645
DOI10.1145/2837614.2837645
Citation Keyemmi_symbolic_2016