Penguin

Differences between current version and revision by previous author of CallGraph.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 2 Last edited on Friday, March 12, 2004 9:29:42 am by StuartYeates
Older page: version 1 Last edited on Sunday, March 7, 2004 2:30:27 am by PerryLorier Revert
@@ -1 +1,3 @@
-A list of which functions call which other functions . Used a lot in compilers for various optimisations and code generation techniques. 
+A graph (set of nodes and vertices between them) of potential [FunctionCall]s in a program .  
+  
+ Used a lot in [Compiler]s for various optimisations and code generation techniques, such as InLining