From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17826 invoked by alias); 14 Sep 2008 02:22:16 -0000 Received: (qmail 17814 invoked by uid 22791); 14 Sep 2008 02:22:16 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 14 Sep 2008 02:21:36 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 1D81F104C2; Sun, 14 Sep 2008 02:21:34 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 07285104C0; Sun, 14 Sep 2008 02:21:34 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KehEz-0006Sy-0C; Sat, 13 Sep 2008 22:21:33 -0400 Date: Sun, 14 Sep 2008 02:22:00 -0000 From: Daniel Jacobowitz To: Doug Evans Cc: GDB Patches Subject: Re: [RFA] small size reduction to struct die_info Message-ID: <20080914022132.GA24834@caradoc.them.org> Mail-Followup-To: Doug Evans , GDB Patches References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-09/txt/msg00312.txt.bz2 On Sat, Sep 13, 2008 at 06:25:36PM -0700, Doug Evans wrote: > This reduces the size of struct die_info for 32 bit hosts. > > Ok to check in? > > 2008-09-13 Doug Evans > > * dwarf2read.c (struct die_info): Make members tag, num_attrs 16 bits. OK, though I wonder if GCC generates better code for short than int : 16? -- Daniel Jacobowitz CodeSourcery