This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: gcc 3.3 garbage collector defaults
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: phil at jaj dot com, dje at watson dot ibm dot com, ak at suse dot de,zack at codesourcery dot com, gcc at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Mon, 27 Jan 2003 13:50:03 -0600
- Subject: Re: gcc 3.3 garbage collector defaults
- References: <20030127190845.GA5039@disaster.jaj.com><201DD510-322E-11D7-8439-000393575BCC@dberlin.org>
>> 2) the defaults should adjust themselves to the host's memory.
>
>I'm in agreement with Phil here.
>We just need to figure out what the equations are to do this.
Absolutely. I think the proper place is to set this stuff up in the
compiler proper, and not hack the libstdc++ makefiles to set these
flags.
-benjamin