From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 4 12:10:21 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 575B716A4CE for ; Sat, 4 Sep 2004 12:10:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4363943D41 for ; Sat, 4 Sep 2004 12:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i84CAL8A099845 for ; Sat, 4 Sep 2004 12:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i84CALlH099844; Sat, 4 Sep 2004 12:10:21 GMT (envelope-from gnats) Date: Sat, 4 Sep 2004 12:10:21 GMT Message-Id: <200409041210.i84CALlH099844@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Simon L. Nielsen" Subject: Re: bin/71367: regex multibyte support is really slow X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Simon L. Nielsen" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Sep 2004 12:10:21 -0000 The following reply was made to PR bin/71367; it has been noted by GNATS. From: "Simon L. Nielsen" To: Tim Robbins Cc: freebsd-gnats-submit@FreeBSD.org, Kuang-che Wu Subject: Re: bin/71367: regex multibyte support is really slow Date: Sat, 4 Sep 2004 14:08:37 +0200 --3lcZGd9BuhuYXNfi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.09.04 21:36:16 +1000, Tim Robbins wrote: > On Sat, Sep 04, 2004 at 01:21:22PM +0200, Simon L. Nielsen wrote: > > On 2004.09.04 10:50:27 +0000, Tim Robbins wrote: > > > > >How-To-Repeat: > > > > $ cc -O -pipe re.c -o re > > > > $ time ./re > > > > 7.65 real 7.51 user 0.06 sys > >=20 > > > I can't reproduce these results. I get: > >=20 > > I can, more or less.. : > >=20 > > [simon@zaphod:/tmp] cc -O -pipe re.c -o re > > [simon@zaphod:/tmp] /usr/bin/time ./re > > 3,85 real 3,54 user 0,12 sys >=20 > Could you please try this patch? After rebuilding and reinstalling libc: [simon@zaphod:libc] /usr/bin/time /tmp/re 0.00 real 0.00 user 0.00 sys So it seems to work fine. --=20 Simon L. Nielsen FreeBSD Documentation Team --3lcZGd9BuhuYXNfi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBObBFh9pcDSc1mlERAj3/AJ9efh2aW4RPBABZbZUpbz6nA0DW+QCdFum1 TLBrnnE8aVplGQ0FpiJEOQE= =U+NN -----END PGP SIGNATURE----- --3lcZGd9BuhuYXNfi--