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: gcc 3.3 garbage collector defaults


On Mon, Jan 27, 2003 at 12:34:51PM -0600, Benjamin Kosnik wrote:
> 
> Oh my. This makes a real difference! 
> 
> These timings are just for libstdc++, on an 800Mhz Athlon.
> 
> time make all
> 248.736u 26.373s 4:59.60 91.8%  0+0k 0+0io 503943pf+0w
> 
> time make CXXFLAGS="--param ggc-min-heapsize=8192" all
> 214.521u 27.306s 4:10.44 96.5%  0+0k 0+0io 512759pf+0w

What does happen when you use 16MB and perhaps increase ggc-min-expand to
50% ?

-Andi


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