From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6235 invoked by alias); 19 Aug 2003 18:29:05 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 6226 invoked from network); 19 Aug 2003 18:29:04 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 Aug 2003 18:29:04 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h7JIT4t03152 for ; Tue, 19 Aug 2003 14:29:04 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h7JIT4s19704; Tue, 19 Aug 2003 14:29:04 -0400 Received: from localhost.localdomain (vpn50-17.rdu.redhat.com [172.16.50.17]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h7JIT3nc020214; Tue, 19 Aug 2003 14:29:03 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h7JISvX31399; Tue, 19 Aug 2003 11:28:57 -0700 Date: Tue, 19 Aug 2003 18:29:00 -0000 From: Kevin Buettner Message-Id: <1030819182857.ZM31398@localhost.localdomain> In-Reply-To: Michael Elizabeth Chastain "20% space savings!" (Aug 19, 2:14pm) References: <200308191814.h7JIETLn022619@duracef.shout.net> To: Michael Elizabeth Chastain , gdb@sources.redhat.com Subject: Re: 20% space savings! MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-08/txt/msg00226.txt.bz2 On Aug 19, 2:14pm, Michael Elizabeth Chastain wrote: > I pulled a Daniel Berlin last night (in a good way) and started > packing structures like a #4 train at rush hour. > > 'maint space' has gone from: > > before: 99352576 > after: 79478784 > > It would take a lot of time to merge these patches into gdb. > I would have to write up a road map, and then test the patches > one at a time (that is the hard part, regression testing stuff > like coff), then submit the patches one at a time to the > symtab maintainers. > > Is this something worth pursuing? I think it's worth pursuing. For large applications, a 20% savings in space could mean the difference between being able to easily debug the app and running out of memory (or running into swap). Kevin