Subject: Re: inlining & size
To: David Brownlee <abs@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: tech-kern
Date: 09/19/2000 07:32:35
On Tue, Sep 19, 2000 at 08:38:10AM +0100, David Brownlee wrote:
> > thoreau:~ 1987> grep -e -O /NetBSD/src/sys/arch/pmax/conf/INSTALL
> > makeoptions COPTS="-Os -mmemcpy"
>
> Is there any reason why we shouldn't add the above makeoptions to
> all port's INSTALL configs?
That might make sense, yes. Although, it is sometimes the case that
a call to memcpy() takes more code than an in-line copy (saving registers
at the call site, for example).
--
-- Jason R. Thorpe <thorpej@zembu.com>