Why does Astrée scale up?

  • Authors:
  • Patrick Cousot;Radhia Cousot;Jérôme Feret;Laurent Mauborgne;Antoine Miné;Xavier Rival

  • Affiliations:
  • École Normale Supérieure, Paris Cedex 05, France 75230;École Normale Supérieure, Paris Cedex 05, France 75230;École Normale Supérieure, Paris Cedex 05, France 75230;École Normale Supérieure, Paris Cedex 05, France 75230;École Normale Supérieure, Paris Cedex 05, France 75230;École Normale Supérieure, Paris Cedex 05, France 75230

  • Venue:
  • Formal Methods in System Design
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Astrée was the first static analyzer able to prove automatically the total absence of runtime errors of actual industrial programs of hundreds of thousand lines. What makes Astrée such an innovative tool is its scalability, while retaining the required precision, when it is used to analyze a specific class of programs: that of reactive control-command software. In this paper, we discuss the important choice of algorithms and data-structures we made to achieve this goal. However, what really made this task possible was the ability to also take semantic decisions, without compromising soundness, thanks to the abstract interpretation framework. We discuss the way the precision of the semantics was tuned in Astrée in order to scale up, the differences with some more academic approaches and some of the dead-ends we explored. In particular, we show a development process which was not specific to the particular usage Astrée was built for, hoping that it might prove helpful in building other scalable static analyzers.