This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] small size reduction to struct die_info
- From: Daniel Jacobowitz <drow at false dot org>
- To: Doug Evans <dje at google dot com>
- Cc: GDB Patches <gdb-patches at sourceware dot org>
- Date: Sat, 13 Sep 2008 22:21:32 -0400
- Subject: Re: [RFA] small size reduction to struct die_info
- References: <e394668d0809131825k7c51a330uac68e19e25882cf1@mail.gmail.com>
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 <dje@sebabeach.org>
>
> * 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