From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30474 invoked by alias); 21 Aug 2003 19:49:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30458 invoked from network); 21 Aug 2003 19:49:38 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 21 Aug 2003 19:49:38 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h7LJnPca022833; Thu, 21 Aug 2003 14:49:25 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h7LJnPHK030661; Thu, 21 Aug 2003 14:49:25 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h7LJnOtK030660; Thu, 21 Aug 2003 15:49:24 -0400 Date: Thu, 21 Aug 2003 19:49:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200308211949.h7LJnOtK030660@duracef.shout.net> To: ac131313@redhat.com Subject: Re: [rfa] ENUM BITFIELD, here it comes again Cc: gdb-patches@sources.redhat.com X-SW-Source: 2003-08/txt/msg00374.txt.bz2 > Can you add this info (with the split sizes?) as well to the commentary > (and commit). You got it. I am adding this to the comment in symtab.h: gdb gdb_6_0_branch 2003-08-19 space used: 8896512 gdb HEAD 2003-08-19 space used: 8904704 gdb HEAD 2003-08-21 space used: 8396800 (+symtab.h) gdb HEAD 2003-08-21 space used: 8265728 (+gdbtypes.h) The third line shows the savings from the optimizations in symtab.h. The fourth line shows the savings from the optimizations in gdbtypes.h. Both optimizations are in gdb HEAD now. I rebuilt gdb with the old gdbtypes.h in order to get the number in the third line. Michael C