This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Extreme PRE compile times



On Thu, 13 Nov 2003, Steven Bosscher wrote:

> On Thursday 13 November 2003 05:42, law@redhat.com wrote:
> > Clearly PRE is still doing something that's not terribly intelligent given
> > that PRE + the increase the GC time accounts for 90% of the total
> > compilation time for this file.
>
> What do you expect, with a ggc_collect() call inside a loop?

Which I have to do, because of the amount of garbage we generate (because
everything in tree-ssa is ggc_alloc'd).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]