Subject: Re: CVS commit: src/sys/uvm
To: None <dsl@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 06/10/2005 16:20:27
On Jun 10, 2005, at 3:00 PM, David Laight wrote:

>
> Module Name:    src
> Committed By:    dsl
> Date:        Fri Jun 10 22:00:52 UTC 2005
>
> Modified Files:
>     src/sys/uvm: uvm_map.c
>
> Log Message:
> If we are builging a small kernel [1], don't inline all these  
> functions.
> Saves over 2k and lets i386 rescue_tiny build again.
> [1] if MALLOC_NOINLINE is defined - not ideal but...

Doesn't -Os also do a -D__OPTIMIZE_SIZE__ ?

-- thorpej