Penguin
Annotated edit history of CallGraph version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
2 StuartYeates 1 A graph (set of nodes and vertices between them) of potential [FunctionCall]s in a program.
2
3 Used a lot in [Compiler]s for various optimisations and code generation techniques, such as InLining.