From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6928 invoked by alias); 12 Jun 2003 21:04:54 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 6486 invoked from network); 12 Jun 2003 21:04:42 -0000 Received: from unknown (HELO mailout08.sul.t-online.com) (194.25.134.20) by sources.redhat.com with SMTP; 12 Jun 2003 21:04:42 -0000 Received: from fwd06.aul.t-online.de by mailout08.sul.t-online.com with smtp id 19QZFP-0000ml-06; Thu, 12 Jun 2003 23:04:39 +0200 Received: from kolme (XKalQ0ZLre-td2Wx06+XGxLo-I-lDxQAj1kmIX5vQoQwd52s318n61@[80.138.190.252]) by fmrl06.sul.t-online.com with esmtp id 19QZFI-1WAhRw0; Thu, 12 Jun 2003 23:04:32 +0200 Received: from goofy.hamnixda.de ([192.168.100.249] helo=goofy) by kolme with esmtp (Exim 3.35 #1 (Debian)) id 19QZFF-0000Ws-00; Thu, 12 Jun 2003 23:04:29 +0200 Received: from richard (helo=localhost) by goofy with local-esmtp (Exim 3.36 #1 (Debian)) id 19QZFH-00023N-00; Thu, 12 Jun 2003 23:04:31 +0200 Date: Thu, 12 Jun 2003 21:10:00 -0000 From: Richard Guenther To: Diego Novillo cc: "gcc@gcc.gnu.org" Subject: Re: tree-ssa branch: Call for preliminary testing In-Reply-To: <1055433764.824.297.camel@frodo.toronto.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Seen: false X-ID: XKalQ0ZLre-td2Wx06+XGxLo-I-lDxQAj1kmIX5vQoQwd52s318n61@t-dialin.net X-SW-Source: 2003-06/txt/msg01088.txt.bz2 On 12 Jun 2003, Diego Novillo wrote: > On Mon, 2003-05-12 at 09:01, Richard Guenther wrote: > > > Got it compile on a 2Gig machine - .ii file can be fetched from > > > > http://www.tat.physik.uni-tuebingen.de/~rguenth/FieldCentering.cmpl.ii.gz > > > > the test uses max. 1.5GB ram on this machine. > > > > Richard. > > > Seems partially fixed now. It takes 19 minutes to compile, though. But! > it doesn't use more than 300Mb of core now. > > $ /usr/bin/time gcc/cc1plus -ftemplate-depth-80 -fno-exceptions -Drestrict=__restrict__ -DNOPAssert -DNOCTAssert -O2 -march=athlon -funroll-loops -fomit-frame-pointer --param min-inline-insns=200 -quiet FieldCentering.cmpl.ii 1106.46user 1.19system > 18:55.17elapsed 97%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (1205major+142535minor)pagefaults 0swaps > > In contrast, this uses 200Mb of core in mainline and takes 17 seconds to > compile. I'm thinking this and Gerald's PR8361 are good test cases :) > > $ /usr/bin/time ~/merge-tree-ssa/mainline/native/bld.tobiano/gcc/cc1plus -ftemplate-depth-80 -fno-exceptions -Drestrict=__restrict__ -DNOPAssert -DNOCTAssert -O2 -march=athlon -funroll-loops -fomit-frame-pointer --param min-inline-insns=200 -quiet FieldCentering.cmpl.ii > 16.29user 0.75system 0:17.13elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k > 0inputs+0outputs (1134major+109771minor)pagefaults 0swaps Seems you have a very fast machine ;) Compiling the POOMA library succeeded, now on regression testing (and the first test is already at 600MB core now). Richard.