This is the mail archive of the gcc-bugs@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: [tree-ssa] Bootstrap fails with enourmous memory usage


On Thu, 05 Dec 2002, Graham Stott wrote:

> It would appear the things have improved since the last merge
> I'm able to bootstrap tree-ssa branch with rtl checking enabled.
> 
Yeah.  There is a new method for dealing with aliases that is not
so memory intensive in the presence of heavy aliasing.

We still allocate some memory unnecessarily (basic blocks and
statements have lists that could be shared).  But that is not too
high on the priority list.


Diego.


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