Polyspace

For the computational complexity class, see PSPACE.
Polyspace
Developer(s) MathWorks [1]
Stable release R2014a / March 6, 2014
Operating system Cross-platform[2]
Type static code analysis
License Proprietary
Website Polyspace solution page

Polyspace is a static code analysis tool for large-scale analysis by abstract interpretation to detect, or prove the absence of, certain run-time errors in source code for the C, C++, and Ada programming languages. The tool also checks source code for adherence to appropriate code standards.[3]

Common uses

Polyspace examines the source code to determine where potential run-time errors such as arithmetic overflow, buffer overrun, division by zero, and others could occur. Software developers and quality assurance managers use this information to identify which parts of the code are faulty or proven to be reliable.[4][5]

Code standards or guidelines such as MISRA C attempt to address code quality, portability and reliability. The product checks C and C++ source code for conformance to a subset of rules in these coding standards.[6]

Capabilities

The product family consists of Polyspace Code Prover and Polyspace Bug Finder. The Code Prover module annotates source code with a color-coding scheme to indicate the status of each element in the code.[7] It uses formal methods-based static code analysis to verify program execution at the language level.[5] The tool checks each code instruction by taking into account all possible values of every variable at every point in the code, providing a formal diagnostic for each operation in the code under both normal and abnormal usage conditions.[8]

The Bug Finder module identifies software bugs by performing static program analysis on source code. It finds defects such as numerical computation, programming, memory, and other errors. It also produces software metrics, includes a code rule checker that can check compliance of source code to standards.

See also

References

  1. Pele, Anne-Francoise (2007-04-25). "The Mathworks acquires PolySpace Technologies". EETimes. Retrieved 2010-08-13.
  2. The MathWorks - Polyspace - Requirements
  3. Deutsch, Alain (27 November 2003). "Static Verification of Dynamic Properties". Polyspace Technologies. Retrieved 2014-05-17.
  4. Brat, Guillaume (2004). "Experimental Evaluation of Verification and Validation Tools on Martian Rover Software". Formal Methods in System Design. Retrieved 2010-08-13.
  5. 5.0 5.1 Exponent (2012-09-24). "Exponent's Investigation of Toyota ETCS-i Vehicle Hardware and Software". Exponent. Retrieved 2010-09-07.
  6. Lopes, Rui (2009-05-29). "Static Analysis Tools, a Practical Approach for Safety-Critical Software Verification". DAta Systems In Aerospace (DASIA). Retrieved 2010-08-16.
  7. Jones, Paul; Jetley, Raoul; Abraham, Jay (2010-02-09). "A Formal Methods-based verification approach to medical device software analysis". Embedded Systems Design. Retrieved 2010-08-16.
  8. Wissing, Klaus (2007-09-27). "Static Analysis of Dynamic Properties - Automatic Program Verification to Prove the Absence of Dynamic Runtime Errors". Workshop on Applied Program Analysis. Retrieved 2010-08-13.

External links