From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5474 invoked by alias); 19 Sep 2004 17:08:07 -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 5467 invoked from network); 19 Sep 2004 17:08:06 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sourceware.org with SMTP; 19 Sep 2004 17:08:06 -0000 Received: from extimap.suse.de (extimap.suse.de [195.135.220.6]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 40556C28FE4; Sun, 19 Sep 2004 19:08:06 +0200 (CEST) Received: from stevenb.home.suse.de (70-90.ipact.nl [82.210.90.70]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by extimap.suse.de (Postfix) with ESMTP id 83F9E953DF; Sun, 19 Sep 2004 19:08:05 +0200 (CEST) From: Steven Bosscher To: law@redhat.com Subject: An illustration of how bad the DOM memory regression is Date: Sun, 19 Sep 2004 18:34:00 -0000 User-Agent: KMail/1.5.4 Organization: SUSE Labs Cc: gcc@gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409191908.18992.stevenb@suse.de> X-SW-Source: 2004-09/txt/msg01134.txt.bz2 Hi, DOM at work on the test case for PR15524 cut off after case 15000 (ie. the original test case but halved) on an AMD64 box with 3GB of RAM: {GC 9944k -> 8041k} {GC 2291229k -> 14365k} The full test case sends the machine to swapping land. Just gross. Gr. Steven