This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.3 garbage collector defaults
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Cc: ak at suse dot de
- Date: Mon, 27 Jan 2003 10:25:39 -0600
- Subject: Re: gcc 3.3 garbage collector defaults
> Especially the default of ggc-min-heapsize is very low: 30K. Why this
> low default? Why not make it 4-8MB or better scale it with the memory
> size of the box?
Can you post a patch to bump this up to 8MB? I'd like to test with it.
The rest of your message looks interesting, but I don't know anything
about the GC in gcc. If this is indeed the case I'd be willing to do
time test with more extensive patches that optimize the placement of the
GC calls.
thanks,
benjamin