@inproceedings{lorch2020armada, author = {Lorch, Jay and Chen, Yixuan and Kapritsos, Manos and Parno, Bryan and Qadeer, Shaz and Sharma, Upamanyu and Wilcox, James R. and Zhao, Xueyuan}, title = {Armada: Low-Effort Verification of High-Performance Concurrent Programs}, booktitle = {International Conference on Programming Language Design and Implementation (PLDI)}, year = {2020}, month = {June}, abstract = {Safely writing high-performance concurrent programs is notoriously difficult. To aid developers, we introduce Armada, a language and tool designed to formally verify such programs with relatively little effort. Via a C-like language and a small-step, state-machine-based semantics, Armada gives developers the flexibility to choose arbitrary memory layout and synchronization primitives so they are never constrained in their pursuit of performance. To reduce developer effort, Armada leverages SMT-powered automation and a library of powerful reasoning techniques, including rely-guarantee, TSO elimination, reduction, and alias analysis. All these techniques are proven sound, and Armada can be soundly extended with additional strategies over time. Using Armada, we verify four concurrent case studies and show that we can achieve performance equivalent to that of unverified code.}, publisher = {ACM}, url = {http://approjects.co.za/?big=en-us/research/publication/armada-low-effort-verification-of-high-performance-concurrent-programs/}, pages = {197-210}, }