From owner-freebsd-arch@FreeBSD.ORG Tue Aug 2 14:29:07 2005 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EFFD16A447 for ; Tue, 2 Aug 2005 14:29:07 +0000 (GMT) (envelope-from rpaulo@NetBSD.org) Received: from pluricanal.net (mail.pluricanal.net [83.144.129.196]) by mx1.FreeBSD.org (Postfix) with SMTP id DE0CF43D48 for ; Tue, 2 Aug 2005 14:29:05 +0000 (GMT) (envelope-from rpaulo@NetBSD.org) Received: (qmail 26436 invoked from network); 2 Aug 2005 16:22:00 -0000 Received: from unknown (HELO proton.internal.fnop.net) (83.144.140.19) by mail.pluricanal.net with SMTP; 2 Aug 2005 16:22:00 -0000 Received: by proton.internal.fnop.net (Postfix, from userid 1000) id 2AD013307; Tue, 2 Aug 2005 15:27:22 +0100 (WEST) Date: Tue, 2 Aug 2005 15:27:22 +0100 From: Rui Paulo To: Steve Kargl Message-ID: <20050802142722.GA2583@proton.internal.fnop.net> References: <20050801182518.GA85423@frontfree.net> <20050801195539.GB1406@beatrix.daedalusnetworks.priv> <20050801200552.GA13041@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050801200552.GA13041@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.2.1i X-Mailman-Approved-At: Wed, 03 Aug 2005 11:43:20 +0000 Cc: freebsd-amd64@freebsd.org, Giorgos Keramidas , freebsd-arch@freebsd.org Subject: Re: [RFC] Port of NetBSD's optimized amd64 string code X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2005 14:29:07 -0000 On 2005.08.01 13:05:52 +0000, Steve Kargl wrote: | On Mon, Aug 01, 2005 at 10:55:39PM +0300, Giorgos Keramidas wrote: | > On 2005-08-02 02:25, Xin LI wrote: | > > Hi, Guys, | > > | > > Here is a patchset that I have produced to make our libc aware of the | > > NetBSD assembly implementation of the string related operations. | > | > I can't speak for the asm code, since I know barely enough amd64 things | > to read it, but there are a few typos you might want to fix before this | > gets committed. | > | | Ditto. | | > | > That's all I could spot. | > | | There is an occurrence of "occurance", which should be "occurrence". :-) Thank you Steve Kargl and Giorgos Keramidas, I fixed those typos on NetBSD. http://mail-index.netbsd.org/source-changes/2005/08/02/0009.html http://mail-index.netbsd.org/source-changes/2005/08/02/0010.html -- Rui Paulo