This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: SSA annotations memory use.
On Tue, 2004-12-07 at 09:53, Jan Hubicka wrote:
> > On Tue, 2004-12-07 at 09:14, Jan Hubicka wrote:
> > when you analyze the function, how far into the compilation process do
> > you go?
> Not far at the moment - only cleanup the cfg and instrument for
> profilng. Of course the plan is to optimize harder at this stage.
> Also I would expect that the caches would show up as different field in
> -fmem-report dump...
they wouldn't exist until you go into ssa anyway. They are hung off of
the stmt annotation.
Andrew