Penguin
Annotated edit history of CallGraph version 2, including all changes. View license author blame.
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.