This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building Supergraph (at call graph level)
- From: Steven Bosscher <stevenb at suse dot de>
- To: Virender Kashyap <virenk at cse dot iitb dot ac dot in>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 28 Jan 2005 13:17:53 +0100 (CET)
- Subject: Re: Building Supergraph (at call graph level)
- Organization: SuSE Linux AG
- References: <Pine.LNX.4.61.0501281658420.29646@mars.cse.iitb.ac.in>
On Jan 28, 2005 01:05 PM, Virender Kashyap <virenk@cse.iitb.ac.in> wrote:
> One problem here is that CFG's are built after callgraph has been
> formed. It might be a good thing for me to do CFG consturction as soon
> as i have gimplified a funciton, and store this CFG in callgraph.
We are already doing that on the branch, really.
Gr.
Steven