cvs commit: src/sys/conf kern.mk kern.pre.mk kmod.mk
Peter Wemm
peter at FreeBSD.org
Tue Nov 4 15:29:18 PST 2003
peter 2003/11/04 15:29:17 PST
FreeBSD src repository
Modified files:
sys/conf kern.mk kern.pre.mk kmod.mk
Log:
Move the inline limit default variable to a per-arch place. For example,
the amd64 implementation of the pcpu macros is even more verbose than on
i386 and that causes gcc to way overestimate the complexity of this
2-instruction macro. The other platforms can probably lower their
default values.
Revision Changes Path
1.37 +5 -0 src/sys/conf/kern.mk
1.36 +0 -1 src/sys/conf/kern.pre.mk
1.144 +0 -1 src/sys/conf/kmod.mk
More information about the cvs-src
mailing list