Subject: Re: CVS commit: src/lib/libc/arch/i386/string
To: None <M.Drochner@fz-juelich.de>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 02/04/2005 09:20:30
Matthias Drochner <M.Drochner@fz-juelich.de> writes:
> And, originally there was the intention to use the same code
> in libc and libkern. It already went out of sync at some places,
> we we probably should just give up on this.

Note that for many calls, mem* is now being inlined by gcc using its
built in code (unless you do -fno-builtin etc.)

Or, at least I *think* it is...

Perry