Constructing a Call Graph
Create a node for the program’s main subprogram
Add nodes for each new subprogram which this subprogram can invoke
Continue until all subprograms have been examined
Subprogram pointers have to be specially handled
Previous slide
Next slide
Back to first slide
View graphic version