6 Dec
2010
6 Dec
'10
7:16 p.m.
On Mon, Dec 06, 2010 at 03:49:20PM +0000, Dimitris Papastamos wrote:
There is no need to mark this function as inline. Inline functions usually are small and concise functions that benefit from not needing to set up a stack frame and undergo a call/ret sequence upon each invocation.
Applied, thanks.