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: Getting 3.3 out the door


On Thu, 2003-04-10 at 15:41, Joe Buck wrote:
> > My suggestion is to avoid emitting globals for anonymous namespace members
> > until the end of the unit, at which point any that must be generated are
> > generated.  Names are flagged as "must be generated" when a situation
> > like a use in an exported template occurs.  There may be others, but
> > I expect them to be rare.

On Thu, Apr 10, 2003 at 03:45:23PM -0700, Mark Mitchell wrote:
> This is all a good idea, and I agree, but I don't think it's appropriate
> for 3.3.

It would be OK with me to postpone it to 3.4.


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