Memory leaks?
Tudor Hulubei
tudor.hulubei@data.ecora.com
Tue Aug 31 17:03:00 GMT 1999
On Tuesday, 31 August 1999, Mike Stump wrote:
> Don't inline. I think you will find the problem goes away.
You mean removing -finline-functions? It didn't work.
> If that doesn't work, try and leave out -Wall.
That didn't work either.
I removed all the flags except -O3. That alone made cc1plus go to
almost 600Mb, when I decided to stop it. Same with -O2.
The only thing that kept egcs-1.1.2 under 200Mb was going down to -O1.
Compilation time was around 12min (Pentium III/450MHz, 256Mb RAM), but
hey, at least it worked :-).
Actually, c++ -O1 + all the other options and warnings enabled
remained around 200Mb.
Tudor
More information about the Gcc
mailing list