English

Sequentializing Parameterized Programs

Logic in Computer Science 2012-07-19 v1 Software Engineering

Abstract

We exhibit assertion-preserving (reachability preserving) transformations from parameterized concurrent shared-memory programs, under a k-round scheduling of processes, to sequential programs. The salient feature of the sequential program is that it tracks the local variables of only one thread at any point, and uses only O(k) copies of shared variables (it does not use extra counters, not even one counter to keep track of the number of threads). Sequentialization is achieved using the concept of a linear interface that captures the effect an unbounded block of processes have on the shared state in a k-round schedule. Our transformation utilizes linear interfaces to sequentialize the program, and to ensure the sequential program explores only reachable states and preserves local invariants.

Keywords

Cite

@article{arxiv.1207.4271,
  title  = {Sequentializing Parameterized Programs},
  author = {Salvatore La Torre and P. Madhusudan and Gennaro Parlato},
  journal= {arXiv preprint arXiv:1207.4271},
  year   = {2012}
}

Comments

In Proceedings FIT 2012, arXiv:1207.3485

R2 v1 2026-06-21T21:37:38.505Z