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: Remove algo logic duplication Round 3


On Mon, 23 Sep 2013, Paolo Carlini wrote:

On 9/23/13 4:48 PM, Marc Glisse wrote:
I meant putting the "inline" keyword explicitly, because the inliner uses that as a heuristic. But forget it.
Does it really do that?!? Frankly I had no idea that was the case, and in the library we (I think I can say we, because the code says that) always assume that since the inline is implicit at least for linkage purposes it was for actual inlining purposes too, end of the story. Is that "hint" officially documented somewhere or you reverse engineered somehow by yourself?

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680

--
Marc Glisse


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