Date: Mon, 22 Jun 1998 13:39:58 +0100 From: Philip Blundell <[EMAIL PROTECTED]>
Inline functions are often not as efficient as macros, so this may not be all that good an idea. Yes, this is very true. Gcc's register allocator can act inefficiently if you use too many inline functions, I've changes some inlines to macros in the UltraSparc pgtable.h mm interfaces specifically for this reason. Later, David S. Miller [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

