calling graph and data dependency analysis

Lin Gu <lg6e@cobra.cs.virginia.edu>
12 Oct 2001 00:21:35 -0400

          From comp.compilers

Related articles
calling graph and data dependency analysis lg6e@cobra.cs.virginia.edu (Lin Gu) (2001-10-12)
Re: calling graph and data dependency analysis Marko.Makela@HUT.FI (Marko =?ISO-8859-1?Q?M=E4kel=E4?=) (2001-10-13)
Re: calling graph and data dependency analysis zk@intland.com (Zsolt Koppany) (2001-10-13)
| List of all articles for this month |

From: Lin Gu <lg6e@cobra.cs.virginia.edu>
Newsgroups: comp.compilers,comp.software-eng
Date: 12 Oct 2001 00:21:35 -0400
Organization: University of Virginia
Keywords: analysis, question
Posted-Date: 12 Oct 2001 00:21:35 EDT

hi,


Tracing the calling from module to module and the data depencency is
quite important in software design style analysis. Are there any
freely available tools to trace those relationship between modules and
files?


It seems gcc -MM only treat header files, but i need to look into the
function bodies to extract calling information.


Thanks for any suggestions!


lin


---------------------
Lin Gu
lingu@cs.virginia.edu
---------------------


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.