This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Memory requirement regressions
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: rguenth at tat dot physik dot uni-tuebingen dot de (Richard Guenther)
- Cc: stevenb at suse dot de (Steven Bosscher), gcc at gcc dot gnu dot org
- Date: Wed, 7 Jul 2004 14:19:54 -0400 (EDT)
- Subject: Re: Memory requirement regressions
> > We consume a lot more time in 'integration' than I expected...
>
> Indeed - whatever exactly integration is.
integration is the inliner, it was the name for the old RTL inliner.
We just kept the old time name.
Andrew