| | |
Summary: Simultaneous DemandDriven Dataflow and Call Graph Analysis
Gagan Agrawal
Department of Computer and Information Sciences
University of Delaware
Newark DE 19716
(302)8312783
agrawal@cis.udel.edu
Abstract
Recently, there has been much interest in per
forming demanddriven dataflow analysis in software
development environments. Demanddriven analysis
techniques compute dataflow fact(s) for a particular
program point, rather than computing dataflow infor
mation for the entire program. The existing work in
this area, however, assumes that the static call graph
is available for the entire program. Constructing ex
haustive call graphs can be extremely time and space
inefficient for large objectoriented programs. There
fore, it is desirable to compute the call graph infor
mation on a demand basis as well. In this paper, we
|