Field constraint analysis

  • Authors:
  • Thomas Wies;Viktor Kuncak;Patrick Lam;Andreas Podelski;Martin Rinard

  • Affiliations:
  • Max-Planck-Institut für Informatik, Saarbrücken, Germany;MIT Computer Science and Artificial Intelligence Lab, Cambridge;MIT Computer Science and Artificial Intelligence Lab, Cambridge;Max-Planck-Institut für Informatik, Saarbrücken, Germany;MIT Computer Science and Artificial Intelligence Lab, Cambridge

  • Venue:
  • VMCAI'06 Proceedings of the 7th international conference on Verification, Model Checking, and Abstract Interpretation
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

We introduce field constraint analysis, a new technique for verifying data structure invariants. A field constraint for a field is a formula specifying a set of objects to which the field can point. Field constraints enable the application of decidable logics to data structures which were originally beyond the scope of these logics, by verifying the backbone of the data structure and then verifying constraints on fields that cross-cut the backbone in arbitrary ways. Previously, such cross-cutting fields could only be verified when they were uniquely determined by the backbone, which significantly limits the range of analyzable data structures. Field constraint analysis permits non-deterministic field constraints on cross-cutting fields, which allows the verificiation of invariants for data structures such as skip lists. Non-deterministic field constraints also enable the verification of invariants between data structures, yielding an expressive generalization of static type declarations. The generality of our field constraints requires new techniques. We present one such technique and prove its soundness. We have implemented this technique as part of a symbolic shape analysis deployed in the context of the Hob system for verifying data structure consistency. Using this implementation we were able to verify data structures that were previously beyond the reach of similar techniques.