From owner-freebsd-hackers Thu Mar 23 11:06:25 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA18542 for hackers-outgoing; Thu, 23 Mar 1995 11:06:25 -0800 Received: from tfs.com (mailhub.tfs.com [140.145.250.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA18536 for ; Thu, 23 Mar 1995 11:06:24 -0800 Received: by tfs.com (smail3.1.28.1) Message-Id: From: julian@tfs.com (Julian Elischer) Subject: Re: fast string inline routines (asm) To: phk@ref.tfs.com (Poul-Henning Kamp) Date: Thu, 23 Mar 1995 11:04:19 -0800 (PST) Cc: kuku@gilberto.physik.rwth-aachen.de, freebsd-hackers@freefall.cdrom.com In-Reply-To: <199503231721.JAA09941@ref.tfs.com> from "Poul-Henning Kamp" at Mar 23, 95 09:21:02 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 847 Sender: hackers-owner@FreeBSD.org Precedence: bulk we have these for MACH 2.6 as well, (for gcc1.3.6) I'll dig them up and post them.. julian > > > 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. > > If you come up with a patch... > > -- > Poul-Henning Kamp -- TRW Financial Systems, Inc. > 'All relevant people are pertinent' && 'All rude people are impertinent' > => 'no rude people are relevant' >