From owner-freebsd-hackers Wed Mar 22 23:51:08 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA03195 for hackers-outgoing; Wed, 22 Mar 1995 23:51:08 -0800 Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id XAA03189 for ; Wed, 22 Mar 1995 23:51:06 -0800 Received: from gilberto.physik.rwth-aachen.de by campino.informatik.rwth-aachen.de (4.1/campino-6) id AA18879; Thu, 23 Mar 95 08:50:39 +0100 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.8/8.6.9) id IAA14022 for freebsd-hackers@freefall.cdrom.com; Thu, 23 Mar 1995 08:56:34 +0100 Date: Thu, 23 Mar 1995 08:56:34 +0100 From: "Christoph P. Kukulies" Message-Id: <199503230756.IAA14022@gilberto.physik.rwth-aachen.de> To: freebsd-hackers@freefall.cdrom.com Subject: fast string inline routines (asm) Sender: hackers-owner@FreeBSD.org Precedence: bulk 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: "Subject: Re: A quick way to copy n bytes NOTE: if people want to see some good implementations of these routines, you should check out the inline asm versions in the Linux headers, e.g. linux/asm/string.h. They are impressive." I wonder if FreeBSD can have these too. --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de FreeBSD blues 2.1.0-Development FreeBSD 2.1.0-Development #0: Wed Mar 22 04:54:59 1995 root@blues:/usr/src/sys/compile/BLUESGUS i386