[Bug target/39222] out of memory bootstrapping

2018-12-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39222

Richard Biener  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #8 from Richard Biener  ---
.

[Bug target/39222] out of memory bootstrapping

2018-12-06 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39222

--- Comment #7 from Eric Gallager  ---
(In reply to xiaoyuanbo from comment #6)
> total root

What did you mean by this?

[Bug target/39222] out of memory bootstrapping

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39222

xiaoyuanbo  changed:

   What|Removed |Added

 CC||xiaoyuanbo at yeah dot net

--- Comment #6 from xiaoyuanbo  2012-02-22 12:57:32 
UTC ---
total root


[Bug target/39222] out of memory bootstrapping

2009-02-18 Thread jakub at gcc dot gnu dot org


--- Comment #5 from jakub at gcc dot gnu dot org  2009-02-18 10:46 ---
But not on the same source, but different one (insn-recog.c grew because of
that change).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39222



[Bug target/39222] out of memory bootstrapping

2009-02-18 Thread aj at gcc dot gnu dot org


--- Comment #4 from aj at gcc dot gnu dot org  2009-02-18 10:17 ---
Increasing ulimit from 100 to 110 (10 %!) did not help, increasing it
to 120 helped.

So, we have now hit quite some increase of memory usage with just this single
commit and not just a few bytes...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39222



[Bug target/39222] out of memory bootstrapping

2009-02-18 Thread jakub at gcc dot gnu dot org


--- Comment #3 from jakub at gcc dot gnu dot org  2009-02-18 08:54 ---
Yeah, with ulimit you can always pick some limit almost any change might go
over.  As a bug should be only considered if memory usage increases a lot,
daily tiny increases and decreases in memory usage aren't a bug.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39222



[Bug target/39222] out of memory bootstrapping

2009-02-17 Thread ubizjak at gmail dot com


--- Comment #2 from ubizjak at gmail dot com  2009-02-18 07:15 ---
The commit you are referring to just hit the nail on the road and gets over
your memory threshold. The blockage insertion is enabled only for
-fno-omit-frame-pointer.

Even if we revert this patch (very unlikely, since it fixes real problem),
memory consumption will go over your threhold as soon as somebody adds a couple
of patterns to the md file.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39222



[Bug target/39222] out of memory bootstrapping

2009-02-17 Thread aj at gcc dot gnu dot org


--- Comment #1 from aj at gcc dot gnu dot org  2009-02-17 21:10 ---
Created an attachment (id=17316)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17316&action=view)
insn-recog.i


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39222