This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Extreme PRE compile times


On Thu, 2003-11-13 at 11:19, Daniel Berlin wrote:

> For example, the *ops arrays are ggc_alloced, when we *always* know
> their lifetime.
> 
Aren't we pretty much forced to?  After all, they hang off of trees,
which are ggc alloc'd.  Patches welcome, otherwise.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]