]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the inline limit default variable to a per-arch place. For example,
authorPeter Wemm <peter@FreeBSD.org>
Tue, 4 Nov 2003 23:29:17 +0000 (23:29 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Tue, 4 Nov 2003 23:29:17 +0000 (23:29 +0000)
commit5064105e52253862aca73292feb65844b57b8a09
treee2412dfc0848c017f812371e17e04c2c3c4e8810
parent591c337e014fcc4ec5baf72cd1d5f41075b93107
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.
sys/conf/kern.mk
sys/conf/kern.pre.mk
sys/conf/kmod.mk