This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [v3] More libstdc++/8761 and 7076



----- Original Message -----
From: Benjamin Kosnik <bkoz@redhat.com>
Date: Monday, February 3, 2003 12:55 pm
Subject: Re: [v3] More libstdc++/8761 and 7076

> 
> >_M_write doesn't have to be at global scope, it
can be a member
> >function. See below. Ok with these mods. Thoughts?
> 
> Ouch! It's not inlined as a member function, but
it is at global 
> scope.What's up with that?
> 
> -benjamin

I originally left it out of the class to avoid
adding yet another thing to the ABI.  Although if it
was going to get inline'd I guess it is less
relevant.  If it gets inlined, either way is fine by me.

I don't have any clue about why it wouldn't inline
as a member, unfortunately.

You'll have to check it in for me.

Jerry



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