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: [Patch] libstdc++/25288


Hi Howard,

> I'm not positive about my suggested replacement, but your proposed 
> replacement is definitely too big to inline.  Even my suggestion may 
> be too big to inline.  You might try disassembling it on your 
> favorite platform and counting (optimized but outlined) 
> instructions.  If there's much more than a dozen, I'd be tempted to 
> outline it.  That result may depend on whether the constructor and 
> splice should be outlined or not.

First, I will answer this point: simply, I didn't notice that the
existing functions I was patching were inline! I agree with you completely.

Paolo.


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