Reducing Concurrent Analysis Under a Context Bound to Sequential Analysis

  • Authors:
  • Akash Lal;Thomas Reps

  • Affiliations:
  • University of Wisconsin, Madison, USA;University of Wisconsin, Madison, USA and GrammaTech, Inc., Ithaca, NY, USA

  • Venue:
  • CAV '08 Proceedings of the 20th international conference on Computer Aided Verification
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper addresses the analysis of concurrent programs with shared memory. Such an analysis is undecidable in the presence of multiple procedures. One approach used in recent work obtains decidability by providing only a partial guarantee of correctness: the approach bounds the number of context switches allowed in the concurrent program, and aims to prove safety, or find bugs, under the given bound. In this paper, we show how to obtain simple and efficient algorithms for the analysis of concurrent programs with a context bound. We give a general reduction from a concurrentprogram P, and a given context bound K, to a sequentialprogram $P_s^K$ such that the analysis of $P_s^K$ can be used to prove properties about P. We give instances of the reduction for common program models used in model checking, such as Boolean programs and pushdown systems.