This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Speedup alias analysis [patch]
Diego Novillo <dnovillo@redhat.com> writes:
> One thing that the table doesn't show is memory consumption. I don't
> have a good way of measuring that other than watching top while the
> program runs (-fmem-report tends to be way off).
-fmem-report reports only data that's still live at the end of
compilation. Lame, yes, but I've never gotten around to doing
something more sensible.
zw