From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21228 invoked by alias); 30 Aug 2013 17:36:46 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 21215 invoked by uid 89); 30 Aug 2013 17:36:45 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 30 Aug 2013 17:36:45 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7UHaeRI004539 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 30 Aug 2013 13:36:41 -0400 Received: from [10.3.113.180] (ovpn-113-180.phx2.redhat.com [10.3.113.180]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r7UHadrr014935; Fri, 30 Aug 2013 13:36:40 -0400 Message-ID: <5220D827.50800@redhat.com> Date: Fri, 30 Aug 2013 17:36:00 -0000 From: "Carlos O'Donell" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 MIME-Version: 1.0 To: Will Newton CC: "Joseph S. Myers" , "libc-ports@sourceware.org" , Patch Tracking Subject: Re: [PATCH] sysdeps/arm/armv6t2/strlen.S: strlen implementation for armv6t2. References: <52089516.3080304@linaro.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-08/txt/msg00090.txt.bz2 On 08/30/2013 05:06 AM, Will Newton wrote: > On 30 August 2013 01:13, Joseph S. Myers wrote: >> On Mon, 12 Aug 2013, Will Newton wrote: >> >>> This implementation of strlen is faster than the armv6 version for >>> all string lengths greater than 1 on a Cortex-A15. >>> >>> ports/ChangeLog.arm: >>> >>> 2013-08-09 Will Newton >>> >>> * sysdeps/arm/armv6t2/strlen.S: New file. >> >> OK, presuming you've run the full glibc testsuite with this version used. > > Yes, testsuite is clean. Committed. I'm not happy seeing these kinds of patches go in without some kind of numbers around "faster" and a reproducible way to get those numbers. Cheers, Carlos.