From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7055 invoked by alias); 6 Sep 2013 15:58:47 -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 7046 invoked by uid 89); 6 Sep 2013 15:58:47 -0000 Received: from multi.imgtec.com (HELO multi.imgtec.com) (194.200.65.239) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 06 Sep 2013 15:58:47 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,NO_RECEIVED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: multi.imgtec.com Message-ID: <1378483039.5770.302.camel@ubuntu-sellcey> Subject: Re: [patch, mips] Improved memset for MIPS From: Steve Ellcey To: "Joseph S. Myers" CC: Date: Fri, 06 Sep 2013 15:58:00 -0000 In-Reply-To: References: <93a232b5-9d0b-4a27-bbb5-16e3ae7c4b89@BAMAIL02.ba.imgtec.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-SEF-Processed: 7_3_0_01192__2013_09_06_16_58_44 X-SW-Source: 2013-09/txt/msg00055.txt.bz2 On Fri, 2013-09-06 at 14:30 +0000, Joseph S. Myers wrote: > On Thu, 5 Sep 2013, Steve Ellcey wrote: > > > Tested with the glibc and gcc testsuites and by doing some standalone > > performance measurements. > > Has the glibc testsuite been run without regressions for all six > combinations of (o32, n32, n64) with (big-endian, little-endian)? No. I did most of my testing outside of the glibc testsuite because I find the glibc testsuite difficult to run, see https://sourceware.org/ml/libc-help/2013-08/msg00040.html for some of my problems/questions. I don't believe I have ever managed to do a clean glibc testsuite run even in a clean tree with no local changes. I did a glibc testsuite run in o32 little-endian mode and did not see any failures that looked like regressions from what I saw with a clean tree. I did the rest of my testing outside of that. Steve Ellcey sellcey@mips.com