Title :
Constructing the Call Graph of a Program
Author :
Ryder, Barbara G.
Author_Institution :
Department of Computer Science, Rutgers University
fDate :
5/1/1979 12:00:00 AM
Abstract :
The proliferation of large software systems written in high level programming languages insures the utility of analysis programs which examine interprocedural communications. Often these analysis programs need to reduce the dynamic relations between procedures to a static data representation. This paper presents one such representation, a directed, acyclic graph named the call graph of a program. We delineate the programs representable by an acyclic call graph and present an algorithm for constructing it using the property that its nodes may be linearly ordered. We prove the correctness of the algorithm and discuss the results obtained from an implementation of the algorithm in the PFORT Verifier [1].
Keywords :
Call graph; Fortran; PFORT verifier; portability; procedure parameters; procedure references; static program analysis; Algorithm design and analysis; Communication system control; Computer languages; Computer science; Data mining; Flow graphs; Information analysis; Software systems; Call graph; Fortran; PFORT verifier; portability; procedure parameters; procedure references; static program analysis;
Journal_Title :
Software Engineering, IEEE Transactions on
DOI :
10.1109/TSE.1979.234183