From owner-freebsd-current@FreeBSD.ORG Sun Oct 24 18:23:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA6716A4CE for ; Sun, 24 Oct 2004 18:23:54 +0000 (GMT) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39FC543D1F for ; Sun, 24 Oct 2004 18:23:54 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 589FFB8F4 for ; Sun, 24 Oct 2004 13:23:53 -0500 (CDT) Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 42025-08 for ; Sun, 24 Oct 2004 13:23:52 -0500 (CDT) Received: from pooh.honeypot.net (pooh.honeypot.net [IPv6:2001:470:1f01:224:1::64]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id C1730B825 for ; Sun, 24 Oct 2004 13:23:52 -0500 (CDT) From: Kirk Strauser To: current@freebsd.org Date: Sun, 24 Oct 2004 13:23:48 -0500 User-Agent: KMail/1.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3267510.P3dP7nUeSD"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200410241323.52037.kirk@strauser.com> X-Virus-Scanned: by amavisd-new at honeypot.net Subject: Re: make buildworld error with FreeBSD 5.3 RELENG_5_3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2004 18:23:54 -0000 --nextPart3267510.P3dP7nUeSD Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 23 October 2004 06:21 pm, Raheel wrote: > CFLAGS=3D -O3 -pipe -funroll-loops -ffast-math Beyond what others have said, why do you want to slow down your system by=20 blanketly unrolling all loops? Let the compiler decide; it's a better judg= e=20 of your architecture than you (or just about anyone else). =2D-=20 Kirk Strauser --nextPart3267510.P3dP7nUeSD Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQBBe/M35sRg+Y0CpvERAtKjAJ9YRk4zE3W0Rti7Gyj79HpIJM7z6wCaA3HP UqLVTEkond6y3PRR/HQ1Gsk= =4gGx -----END PGP SIGNATURE----- --nextPart3267510.P3dP7nUeSD--