Dargent: A Silver Bullet for Verified Data Layout Refinement

Publication date

2023-01-09

Authors

Chen, Zilin
Lafont, Ambroise
O'Connor, Liam
Keller, GabrieleORCID 0000-0003-1442-5387ISNI 0000000353696972
McLaughlin, Craig
Jackson, Vincent
Rizkallah, Christine

Editors

Advisors

Supervisors

Document Type

Article
Open Access logo

License

cc_by_sa

Abstract

Systems programmers need fine-grained control over the memory layout of data structures, both to produce performant code and to comply with well-defined interfaces imposed by existing code, standardised protocols or hardware. Code that manipulates these low-level representations in memory is hard to get right. Traditionally, this problem is addressed by the implementation of tedious marshalling code to convert between compiler-selected data representations and the desired compact data formats. Such marshalling code is error-prone and can lead to a significant runtime overhead due to excessive copying. While there are many languages and systems that address the correctness issue, by automating the generation and, in some cases, the verification of the marshalling code, the performance overhead introduced by the marshalling code remains. In particular for systems code, this overhead can be prohibitive. In this work, we address both the correctness and the performance problems. We present a data layout description language and data refinement framework, called Dargent, which allows programmers to declaratively specify how algebraic data types are laid out in memory. Our solution is applied to the Cogent language, but the general ideas behind our solution are applicable to other settings. The Dargent framework generates C code that manipulates data directly with the desired memory layout, while retaining the formal proof that this generated C code is correct with respect to the functional semantics. This added expressivity removes the need for implementing and verifying marshalling code, which eliminates copying, smoothens interoperability with surrounding systems, and increases the trustworthiness of the overall system.

Keywords

certifying compiler, Data refinement, Systems programming, Software, Safety, Risk, Reliability and Quality

Citation

Chen, Z, Lafont, A, O'Connor, L, Keller, G, McLaughlin, C, Jackson, V & Rizkallah, C 2023, 'Dargent : A Silver Bullet for Verified Data Layout Refinement', Proceedings of the ACM on Programming Languages, vol. 7, no. POPL, 47, pp. 1-27. https://doi.org/10.1145/3571240