@inproceedings{098919955e724387857f66ced85436dd,
title = "Symbolic analysis of imperative programming languages",
abstract = "We present a generic symbolic analysis framework for imperative programming languages. Our framework is capable of computing all valid variable bindings of a program at given program points. This information is invaluably for domain-specific static program analyses such as memory leak detection, program parallelisation. and the detection of superfluous bound checks, variable aliases and task deadlocks. We employ path expression algebra to model the control flow information of programs. A homomorpliism maps path expressions into the symbolic domain. At the center of the symbolic domain is a compact algebraic structure called supercontext. A supercontext contains the complete control and data flow analysis information valid at a given program point. Our approach to compute supercontexts is based purely on algebra and is fully automated. This novel representation of program semantics closes the gap between program analysis und computer algebra systems, which makes supercontexts an ideal intermediate representation for all domain-specific static program analyses. Our approach is more general than existing methods because it can derive solutions for arbitrary (even intra-loop) nodes of reducible and irreducible control flow graphs. We prove the correctness of our symbolic analysis method. Our experimental results show that the problem sizes arising from real-world applications such as the SPEC95 benchmark suite are tractable for our symbolic analysis framework.",
author = "Bernd Burgstaller and Bernhard Scliolz and Johann Blieberger",
year = "2006",
doi = "10.1007/11860990_12",
language = "English",
isbn = "3540409270",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "172--194",
booktitle = "Modular Programming Languages - 7th Joint Modular Languages Conference, JMLC 2006 Proceedings",
address = "Germany",
note = "7th Joint Modular Languages Conference, JMLC 2006 ; Conference date: 13-09-2006 Through 15-09-2006",
}