From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIap0-0005xQ-Hk for qemu-devel@nongnu.org; Thu, 21 Mar 2013 04:26:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIaov-00085N-Ro for qemu-devel@nongnu.org; Thu, 21 Mar 2013 04:26:02 -0400 Received: from mail-ve0-f182.google.com ([209.85.128.182]:48081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIaov-00085B-Jf for qemu-devel@nongnu.org; Thu, 21 Mar 2013 04:25:57 -0400 Received: by mail-ve0-f182.google.com with SMTP id ox1so2188412veb.41 for ; Thu, 21 Mar 2013 01:25:56 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <514AC40F.6070106@redhat.com> Date: Thu, 21 Mar 2013 09:25:51 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20130315192120.GF26815@fries.net> <514429E5.2010003@redhat.com> <20130321075334.GA17306@fries.net> In-Reply-To: <20130321075334.GA17306@fries.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] large memory requirements for translate.c a barrier List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: todd@fries.net Cc: qemu-devel@nongnu.org Il 21/03/2013 08:53, qemu-devel@email.fries.net ha scritto: > load averages: 6.74, 6.23, 5.17 leveno.fries.net 02:42:23 > 201 processes: 200 idle, 1 on processor > CPU0 states: 0.4% user, 0.0% nice, 33.3% system, 37.1% interrupt, 29.1% idle > CPU1 states: 0.2% user, 0.0% nice, 64.5% system, 0.0% interrupt, 35.3% idle > Memory: Real: 359M/907M act/tot Free: 80M Cache: 46M Swap: 1076M/4095M > Seconds to delay: > PID USERNAME PRI NICE SIZE RES STATE WAIT TIME CPU COMMAND > 19820 todd -5 0 1116M 38M sleep/1 biowait 2:54 14.75% cc1 > > todd@leveno/pE ~�239$ ps awwwx | grep cc1 > 19820 pz D+ 2:49.61 /usr/lib/gcc-lib/i386-unknown-openbsd5.3/4.2.1/cc1 -fpreprocessed /home/todd/.ccache/tmp/translate.tmp.leveno.fries.net.1478.i -quiet -dumpbase translate.tmp.leveno.fries.net.1478.i -m32 -auxbase-strip /home/todd/.ccache/6/2/648c89832d69fca8ff8953cca44f28-1086936.o.tmp.leveno.fries.net.1478 -g -O2 -Wstrict-prototypes -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -Wno-redundant-decls -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-definition -fPIE -fno-strict-aliasing -fno-gcse -fstack-protector-all -o /home/todd/.tmp/cc1YGXzU.s > > Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd5.3/4.2.1/specs > Target: i386-unknown-openbsd5.3 > Configured with: OpenBSD/i386 system compiler > Thread model: posix > gcc version 4.2.1 20070719 > That's an older GCC than the one I was using. For you it may be -fno-var-tracking. Paolo