This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Extreme PRE compile times
- From: law at redhat dot com
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 13 Nov 2003 09:28:36 -0700
- Subject: Re: Extreme PRE compile times
- Reply-to: law at redhat dot com
In message <Pine.LNX.4.56.0311131112230.29117@dberlin.org>, Daniel Berlin write
s:
>> 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.
>
>As I said, it's being worked on.
>
>This also looks like it was done with checking on.
>Please turn checking off and try again.
Err, that's not a solution. This needs to work in a reasonable manner
even with checking enabled. It's not acceptable for PRE to blow up
compile times like that. If it wasn't for PRE that file would compile
in 2 minutes, with PRE it takes 15.
Jeff