This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Extreme PRE compile times
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: law at redhat dot com, dberlin at dberlin dot org
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 13 Nov 2003 08:24:21 +0100
- Subject: Re: Extreme PRE compile times
- References: <200311130442.hAD4gWAA015150@speedy.slc.redhat.com>
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?
Gr.
Steven