Subject: Re: CVS commit: src/lib/libc/arch/i386/string
To: Perry E. Metzger <perry@piermont.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 02/04/2005 10:39:07
On Feb 4, 2005, at 7:44 AM, Perry E. Metzger wrote:

> Ah. True enough. That's probably a lose -- it would be good to get the
> inlining because it would improve performance in a bunch of
> places. Maybe we should change the definitions of the built in
> functions to be things like
>
> #define memcpy(a, b, c)    __builtin_memcpy((a), (b), (c))

Take a look at libkern.h

-- thorpej