login

Delay analysis in synchronous programs

Lecture notes in computer sciencePublished 1 January 1993
Nicolas Halbwachs
Citations135
SJR quartileQ2
SJR score0.35
SNIP0.55

TL;DR

This work proposes to apply linear relation analysis to variables used to count delays in synchronous programs, and finds that the results can be applied to code optimization and to the verification of real-time properties of programs.

Abstract

Linear relation analysis [CH78, Hal79] has been proposed a long time ago as an abstract interpretation which permits to discover linear relations invariantly satisfied by the variables of a program. Here, we propose to apply this general method to variables used to count delays in synchronous programs. The "regular" behavior of these counters makes the results of the analysis especially precise. These results can be applied to code optimization and to the verification of real-time properties of programs.

Keywords

Computer Science