Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Dec 1995 00:34:09 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, davidg@freefall.freebsd.org
Subject:   Re: cvs commit: src/sys/i386/isa if_ed.c
Message-ID:  <199512051334.AAA00261@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    sys/i386/isa  if_ed.c
>  Log:
>  ...
>  Moved ed_ring_copy to before its first use so that it's inlined as intended.

-Winline finds several more cases where inlines aren't inlined:

if_el.c:	2 cases
if_ix.c:	5
pcvtdrv.c:	1
scd.c:		1
syscons.c:	2

These inlines are unlikely to have been tested.  I suspect they are
worthwhile iff they are called exactly once.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512051334.AAA00261>