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]

[Bug optimization/10155] [3.4 regression] gcc uses excessive amount of memory with -funit-at-a-time


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From jh at suse dot cz  2003-07-29 16:46 -------
Subject: Re:  [3.4 regression] gcc uses excessive amount of memory with -funit-at-a-time

> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10155
> 
> 
> 
> ------- Additional Comments From steven at gcc dot gnu dot org  2003-07-29 08:41 -------
> So Jan, is this really, really fixed?  If so, can you close the bug?
Hmm, kind of.  The memory consumption goes down to 300MB and you have
knob (--param large-function-growth) to control how much of bloat you
want. 

Now we really should to figure out why RTL part of optimizer is taking
that much memory and time and avoid it/make it to give up.  So I think
it should stay open until then.  I will try to do some testing in
foreseable future, but the problem of unlimited function growth due to
inlining of functions called once is in general solved.

Honza
> 
> 
> 
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.


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