[Suif-talk] Call Graph in SUIF 2
Benjamin Livshits
livshits at cs.stanford.edu
Tue Dec 27 20:16:35 PST 2005
There should be stuff under ipanalysis, which I believe was included with
the distribution. Look around a bit.
-Ben
> -----Original Message-----
> From: suif-talk-bounces at suif.stanford.edu
> [mailto:suif-talk-bounces at suif.stanford.edu] On Behalf Of sean yang
> Sent: Tuesday, December 27, 2005 8:11 PM
> To: suif-talk at suif.stanford.edu
> Subject: [Suif-talk] Call Graph in SUIF 2
>
> Hi,
> I'd like to know if SUIF 2 can construct whole program call
> graph, not through the profiling information. Say, I have a
> program compiled from main.c and foo.c
> ------------------------
> /*main.c*/
> int main(){
> foo();
> }
> -----------------------
> /*foo.c*/
> void foo(){
> bar();
> }
> void bar(){}
> ------------------------
> Can SUIF construct a callgraph main-->foo-->bar? Thank you very much.
>
> Sean
>
> _________________________________________________________________
> On the road to retirement? Check out MSN Life Events for
> advice on how to get there!
> http://lifeevents.msn.com/category.aspx?cid=Retirement
>
> _______________________________________________
> To unsubscribe, send mail to suif-talk-unsubscribe at suif.stanford.edu
> or visit http://suif.stanford.edu/mailman/listinfo/suif-talk
>
More information about the Suif-talk
mailing list