[U-Boot] [PATCH v2] x86: Import the glibc memset implementation

Gabe Black gabeblack at chromium.org
Wed Nov 9 01:59:18 CET 2011


I'm pretty sure u-boot doesn't link with glibc. I'd expect that to cause
all sorts of problems on top of being really big. There are default,
generic implementations which it can use, or you can specialize them to
take advantage of architecture specific features like I'm doing here.

Gabe

On Tue, Nov 8, 2011 at 4:45 PM, Graeme Russ <graeme.russ at gmail.com> wrote:

> Hi Gabe,
>
>
> On Wed, Nov 9, 2011 at 9:40 AM, Gabe Black <gabeblack at chromium.org> wrote:
> > The new implementation is about twice as fast as the old.
> >
>
> I don't get it - If this is the glibc implementation, we aren't we just
> using the implementation in the glibc library which we link to?
>
> Regards,
>
> Graeme
>


More information about the U-Boot mailing list