Date: Tue, 4 Nov 2003 15:29:17 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.mk kern.pre.mk kmod.mk Message-ID: <200311042329.hA4NTHIJ082388@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311042329.hA4NTHIJ082388>