Program Analysis with Dynamic Precision Adjustment

Published: 2008, Last Modified: 27 Apr 2025ASE 2008EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: We present and evaluate a framework and tool for combining multiple program analyses which allows the dynamic (on-line) adjustment of the precision of each analysis depending on the accumulated results. For example, the explicit tracking of the values of a variable may be switched off in favor of a predicate abstraction when and where the number of different variable values that have been encountered has exceeded a specified threshold. The method is evaluated on verifying the SSH client/server software and shows significant gains compared with predicate abstraction-based model checking.
Loading