Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 1995 09:15:13 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        kuku@gilberto.physik.rwth-aachen.de (Christoph P. Kukulies)
Cc:        freebsd-hackers@freefall.cdrom.com
Subject:   Re: fast string inline routines (asm)
Message-ID:  <199503230815.JAA17664@uriah.heep.sax.de>
In-Reply-To: <199503230756.IAA14022@gilberto.physik.rwth-aachen.de> from "Christoph P. Kukulies" at Mar 23, 95 08:56:34 am

next in thread | previous in thread | raw e-mail | index | archive | help
As Christoph P. Kukulies wrote:
> 
> In the djgpp list a discussion came up recently about inlining (asm)
> fast memcpy/memmove/strcpy and such stuff and someone pointed out that
> Linux had these - I cite from Mat Hostetter:

Do you mean those?  They are not inlined, but regular lib functions.

Can you compare them against the Linux versions?

j@uriah 250% ls /usr/src/lib/libc/i386/string/
/usr/src/lib/libc/i386/string:
CVS/          bzero.S       memcmp.S      strcat.S      strlen.S 
Makefile.inc  ffs.S         memmove.S     strchr.S      strncmp.S 
bcmp.S        index.S       memset.S      strcmp.S      strrchr.S 
bcopy.S       memchr.S      rindex.S      strcpy.S      swab.S 

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503230815.JAA17664>