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
Poul-Henning Kamp
phk at FreeBSD.org
Tue Jul 22 03:24:43 PDT 2003
phk 2003/07/22 03:24:42 PDT
FreeBSD src repository
Modified files:
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
Log:
Don't attempt to inline large functions mb_alloc() and mb_free(),
it more than doubles the text size of this file.
GCC has wisely ignored us on this previously
Revision Changes Path
1.234 +5 -0 src/sys/kern/init_main.c
1.128 +6 -3 src/sys/kern/kern_malloc.c
1.22 +1 -0 src/sys/kern/md5c.c
1.19 +3 -0 src/sys/kern/subr_autoconf.c
1.53 +2 -2 src/sys/kern/subr_mbuf.c
1.106 +20 -0 src/sys/kern/subr_prf.c
1.40 +1 -1 src/sys/kern/tty_subr.c
1.141 +2 -2 src/sys/kern/vfs_cluster.c
1.453 +7 -8 src/sys/kern/vfs_subr.c
More information about the cvs-src
mailing list