From 4e37bb8f5d0b4a1620b1b24a28868f0077826201 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 6 Feb 2004 20:40:04 +0000 Subject: [PATCH] Reduce the inline limit from 20000 to 8000 after the previous changes to simplify the curthread expansion some months ago. --- sys/conf/kern.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index da83953d9e89..74a364c13aec 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -64,7 +64,7 @@ INLINE_LIMIT?= 15000 CFLAGS+= -mcmodel=kernel -mno-red-zone \ -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow \ -msoft-float -fno-asynchronous-unwind-tables -INLINE_LIMIT?= 20000 +INLINE_LIMIT?= 8000 .endif #