This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/10155] [3.4 regression] gcc uses excessive amount of memory with -funit-at-a-time
- From: "jh at suse dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jul 2003 16:46:25 -0000
- Subject: [Bug optimization/10155] [3.4 regression] gcc uses excessive amount of memory with -funit-at-a-time
- References: <20030319215600.10155.p.van-hoof@qub.ac.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.