Subject: inlining & size
To: Simon Burge <simonb@netbsd.org>
From: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
List: tech-kern
Date: 09/18/2000 04:25:37
On Sat, 16 Sep 2000, Simon Burge wrote:
> Modified Files:
> 	syssrc/sys/arch/pmax/conf: GENERIC
> 
> Log Message:
> Add a (commented out for now) VNODE_OP_NOINLINE options line, and mention
> that it makes smaller and possibly slightly faster kernels.

Makes me wonder what happens if you compile with -Dinline= ...

I've tried that with a custom i386/1.5_ALPHA2 kernel:
-rwxr-xr-x  1 feyrer  wheel  4459906 Sep 18 04:19 netbsd
-rwxr-xr-x  1 feyrer  wheel  4480227 Sep 18 04:05 netbsd-inline

20k ...
(that's without "VNODE_OP_NOINLINE" vs. -Dinline=)


 - Hubert

-- 
Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>