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: Something about std::list<> member functions.


On Mon, Aug 11, 2003 at 09:28:07AM -0500, Benjamin Kosnik wrote:
> 
> >Then, I discovered that our lovely compiler is not always inlining
> >those pretty trivial function objects.  Then I didn't apply the
> >patches. 
> 
> Gaby, you might want to see if -funit-at-a-time helps with the inlining
> issues.

So it's back to Gaby's earlier controversial thread on the gcc list: it
should be possible to get g++ to do proper inlining without having to
resort to a method that has to consume more memory.


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