Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 11 Jan 2002 19:35:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 11 Jan 2002 19:34:48 -0500 Received: from etpmod.phys.tue.nl ([131.155.111.35]:4409 "EHLO etpmod.phys.tue.nl") by vger.kernel.org with ESMTP id ; Fri, 11 Jan 2002 19:34:16 -0500 Date: Sat, 12 Jan 2002 01:34:14 +0100 From: Kurt Garloff To: "M. Edward (Ed) Borasky" Cc: Daniel Phillips , Dan Kegel , "Timothy D. Witham" , Luigi Genoni , Mike Galbraith , "linux-kernel@vger.kernel.org" , stp@osdl.org Subject: [OT] Re: Regression testing of 2.4.x before release? Message-ID: <20020112013414.B23020@garloff.etpnet.phys.tue.nl> Mail-Followup-To: Kurt Garloff , "M. Edward (Ed) Borasky" , Daniel Phillips , Dan Kegel , "Timothy D. Witham" , Luigi Genoni , Mike Galbraith , "linux-kernel@vger.kernel.org" , stp@osdl.org In-Reply-To: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cvVnyQ+4j833TQvp" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i X-Operating-System: Linux 2.4.16 i686 X-PGP-Info: on http://www.garloff.de/kurt/mykeys.pgp X-PGP-Key: 1024D/1C98774E, 1024R/CEFC9215 Organization: TU/e(NL), SuSE(DE) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org --cvVnyQ+4j833TQvp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Fri, Jan 11, 2002 at 04:04:59PM -0800, M. Edward (Ed) Borasky wrote: > One particular application for which gcc 3.x *and* gcc 2.96.x are > seriously deficient, at least on Intel/AMD 32-bit systems, is the > high-performance linear algebra library Atlas. As a result, *my* default > for compiling numerical applications is the Atlas-recommended one, > 2.95.3. For the kernel, I use whatever the Red Hat 7.2 default is. One of the problems of gcc-3 is taking decisions when to inline and when not. This can hurt numerical code a lot, especially C++. You may want to use -finline-limit-XXX to tune. http://www.garloff.de/kurt/freesoft/gcc/ v1 of my patch went into 3.0.3, some version (don't know which) into mainline, so 3.0.3 should do better. Regards, --=20 Kurt Garloff Eindhoven, NL GPG key: See mail header, key servers Linux kernel development SuSE GmbH, Nuernberg, DE SCSI, Security --cvVnyQ+4j833TQvp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8P4SFxmLh6hyYd04RAhQNAKC7hx+KhNzK8WdcxiIjU6CdJO+cFACfXeAX ThGsprHpWHu3tkQ0rDiVnBk= =5d6K -----END PGP SIGNATURE----- --cvVnyQ+4j833TQvp-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/