Reduction for Structured Concurrent Programs

πŸ“… 2026-01-19
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF

career value

174K/year
πŸ€– AI Summary
Verifying structured concurrent programs featuring procedure calls and parallel composition remains a key challenge in commutativity-based reasoning. This work proposes a novel reduction method that, for the first time, unifies and flexibly combines two fundamental strategies: safely replacing parallel composition with sequential composition, and generalizing Lipton’s reduction to support atomic blocks containing (recursive) procedure calls. The approach significantly broadens the applicability of reduction-based reasoning while preserving the original concurrency semantics. We implement this technique in Civl and successfully verify several challenging benchmarks, including snapshot objects, fault-tolerant linearizable registers, the FLASH cache coherence protocol, and a complex two-phase commit protocol.

Technology Category

Application Category

πŸ“ Abstract
Commutativity reasoning based on Lipton's movers is a powerful technique for verification of concurrent programs. The idea is to define a program transformation that preserves a subset of the initial set of interleavings, which is sound modulo reorderings of commutative actions. Scaling commutativity reasoning to routinely-used features in software systems, such as procedures and parallel composition, remains a significant challenge. In this work, we introduce a novel reduction technique for structured concurrent programs that unifies two key advances. First, we present a reduction strategy that soundly replaces parallel composition with sequential composition. Second, we generalize Lipton's reduction to support atomic sections containing (potentially recursive) procedure calls. Crucially, these two foundational strategies can be composed arbitrarily, greatly expanding the scope and flexibility of reduction-based reasoning. We implemented this technique in Civl and demonstrated its effectiveness on a number of challenging case studies, including a snapshot object, a fault-tolerant and linearizable register, the FLASH cache coherence protocol, and a non-trivial variant of Two-Phase Commit.
Problem

Research questions and friction points this paper is trying to address.

commutativity reasoning
concurrent programs
parallel composition
procedure calls
reduction
Innovation

Methods, ideas, or system contributions that make the work stand out.

concurrent program reduction
Lipton's movers
parallel composition
atomic sections
procedure calls
πŸ”Ž Similar Papers
No similar papers found.
N
Namratha Gangamreddypalli
LIX, Ecole Polytechnique, CNRS and Institut Polytechnique de Paris, France
C
C. Enea
LIX, Ecole Polytechnique, CNRS and Institut Polytechnique de Paris, France
S
S. Qadeer
Microsoft