From owner-freebsd-hackers Thu Mar 23 00:17:28 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA04012 for hackers-outgoing; Thu, 23 Mar 1995 00:17:28 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id AAA04001 for ; Thu, 23 Mar 1995 00:16:56 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA13433; Thu, 23 Mar 1995 09:16:16 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id JAA21181; Thu, 23 Mar 1995 09:16:16 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id JAA17664; Thu, 23 Mar 1995 09:15:14 +0100 From: J Wunsch Message-Id: <199503230815.JAA17664@uriah.heep.sax.de> Subject: Re: fast string inline routines (asm) To: kuku@gilberto.physik.rwth-aachen.de (Christoph P. Kukulies) Date: Thu, 23 Mar 1995 09:15:13 +0100 (MET) Cc: freebsd-hackers@freefall.cdrom.com In-Reply-To: <199503230756.IAA14022@gilberto.physik.rwth-aachen.de> from "Christoph P. Kukulies" at Mar 23, 95 08:56:34 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 833 Sender: hackers-owner@FreeBSD.org Precedence: bulk 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. ;-)