This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Extreme PRE compile times
On Thu, 13 Nov 2003, Richard Henderson wrote:
> On Thu, Nov 13, 2003 at 11:41:01AM -0500, Daniel Berlin wrote:
> > There is no way i can control the amount of garbage collection that
> > occurs with checking on.
>
> Ok, so lets ignore that for now.
>
> garbage collection : 269.10 (29%) usr 0.18 ( 5%) sys 268.95 (28%) wall
> tree PRE : 562.07 (60%) usr 0.93 (25%) sys 576.33 (60%) wall
>
> PRE is still taking twice the amount of time that GC is.
Which, as i said multiple times now, i'm working on as we speak.
--Dan