cvs commit: src/sys/dev/lnc if_lnc.c

Bruce Evans bde at zeta.org.au
Wed Jul 23 23:11:30 PDT 2003


On Wed, 23 Jul 2003, Wes Peters wrote:

> On Tuesday 22 July 2003 07:17, Bruce Evans wrote:
> > Several places, including if_lnc.c, used __inline to get cleaner code
> > at no cost in performance.  Removing __inline adds a tiny cost.
>
> Not if the compiler didn't actually *do* the inline, right?

Removing the inline gives the same tiny cost as not doing it, except it
costs more in bogusness points (since the bogusness is in the source code
instead of in the compiler).

Bruce


More information about the cvs-all mailing list