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: tree-ssa branch: Call for preliminary testing


Op ma 12-05-2003, om 14:43 schreef Diego Novillo:
> On Sun, 2003-05-11 at 13:11, Richard Guenther wrote:
> > I just tested compiling the POOMA library with g++-ssa (GCC) 3.5-tree-ssa
> > 20030511 (merged 20030504) and got failure due to OOM:
> > 
> Thanks.  Could you post a .ii file?  Or a pointer to POOMA.

POOMA even has its own page in the GCC wwwdocs!
Ref. http://gcc.gnu.org/testing/testing-pooma.html

Did you look at the GCC testing pages? http://gcc.gnu.org/testing.  You
could try tree-ssa on the 5 C++ packages there and compare with mainline
(only if the results look good, of course ;-)


> > cc1plus: out of memory allocating 564784160 bytes after a total of 28152172 bytes
> > Command exited with non-zero status 1
> > 
> > gcc-3.3 uses about 300MB on this.
> > 
> > No candy from me ;)
> >
> Oh, come on.  Memory is cheap! ;)
> 
> 

Diego,

Do you know where the memory increase comes from?

I was thinking of all the temporaries because each one of them needs a
tree_decl (108 bytes each on ia32) and an identifier (64 bytes each for
C++).  But I don't have the numbers, maybe you do?

Greetz
Steven




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