Lambda the Ultimate

inactiveTopic SPARK and Abstract Interpretation
started 9/23/2001; 10:58:40 AM - last post 9/23/2001; 10:58:40 AM
Ehud Lamm - SPARK and Abstract Interpretation  blueArrow
9/23/2001; 10:58:40 AM (reads: 1041, responses: 0)
SPARK and Abstract Interpretation
(via comp.lang.ada)

Recently, there has been significant interest in the use of Abstract Interpretation (AI) technology in the static analysis of critical software. A number of AI-based tools exist, but some of their marketing suffers from a level of hyperbole that is at best optimistic, and at worst somewhat irresponsible.

There have also been some attempts to compare AI-based static analysis tools with the analysis implemented by the SPARK language and the SPARK Examiner toolset. The aim of this white paper is to dispel some of the common myths and to avoid potential confusion with customers.

SPARK is based on carefuly designed Ada subset, which when coupled with annotatations can be analyzed and reasoned about using the SPARK Examiner. In most respects it follows the now classic model of progammer supplied assertions. The maturitiy and capabilties of the tool set are quite impressive.


Posted to Software-Eng by Ehud Lamm on 9/23/01; 11:04:20 AM