cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c

Garance A Drosihn drosih at rpi.edu
Tue Jul 22 18:07:47 PDT 2003


At 5:32 PM -0700 7/22/03, Peter Wemm wrote:
>
>Take the i386 interrupt vector code.  Thats an example where
>it is massively inlined.  Having a non-inlined function that
>does all the calculations and bit shifting is much smaller
>in code size, but slower at runtime.

If I understand this discussion correctly, then the previous
version of gcc (in freebsd-current) was NOT inlining these
sections event though we thought it was.  Might we expect some
performance improvements now that we know to force gcc to
inline the functions?

-- 
Garance Alistair Drosehn            =   gad at gilead.netel.rpi.edu
Senior Systems Programmer           or  gad at freebsd.org
Rensselaer Polytechnic Institute    or  drosih at rpi.edu


More information about the cvs-src mailing list