>>> JörnEngel <[email protected]> schrieb am 26.08.2011 um 21:46 in Nachricht <[email protected]>: > On Fri, 26 August 2011 13:17:46 -0500, Mike Christie wrote: > > > > I can do that. I have been slowly removing the inlines. Will just do a > > group removal, and queue up for the next feature window.
Hi! I wonder about the motivation: AFAIK, a non-static "inline" function will cause duplicate code in any way, so maybe that's why you don't want to have it inlined. The other thing is that starting from -O3, gcc does inline some code anyway. Maybe it's like the "register" keyword nobody really care about today... Regards, Ulrich > > Cool! I'll leave these to you then. > > Jörn -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
