Use MALLOC_NOINLINE (saves 11K on FOURMEG)

This commit is contained in:
abs 2002-07-05 13:06:45 +00:00
parent f20c5099f6
commit 7be2718ed4
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: FOURMEG,v 1.7 2002/06/17 05:14:02 lukem Exp $
# $NetBSD: FOURMEG,v 1.8 2002/07/05 13:06:45 abs Exp $
# FOURMEG arm26 configuration -- something small
@ -104,7 +104,8 @@ options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options INSECURE
# Reduce kernel size a little
options VNODE_OP_NOINLINE
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
# NFS boot options
options NFS_BOOT_DHCP # superset of BOOTP

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.1 2002/04/24 19:50:25 bjh21 Exp $
# $NetBSD: INSTALL,v 1.2 2002/07/05 13:06:46 abs Exp $
# INSTALL configuration, used to generate installation media
@ -102,7 +102,8 @@ options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options INSECURE
# Reduce kernel size a little
options VNODE_OP_NOINLINE
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
# NFS boot options
#options NFS_BOOT_DHCP # superset of BOOTP