On 11/22/11 12:57:38, Diego Novillo wrote:
> --enable-checking=all enables GC checking, so I am not really
> surprised at the behaviour you observe.

Good to know.  Thanks.

> > I will try rebuilding with --disable-build-poststage1-with-cxx and
> > --enable-checking=all to try to determine if this is g++ specific
> > behavior.
> 
> Yes, that will be an interesting piece of data to gather.  Thanks.

Early indications are that this is _not_ strictly a g++ related issue.
Some compiles with cc1 have been running 90 mins. so far, and
inspection via gdb indicates they're spending a lot of time in the
garbage collector.

At this point, I'm going to stop the test build, and rebuild
with --enable-checking only.

- Gary

Reply via email to