This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfa] save space by using enum bitfields


On 18 Aug 2003 16:48:48 -0500, Jim Blandy <jimb@redhat.com> said:
> Daniel Jacobowitz <drow@mvista.com> writes:

>> Well, I'd say that 20% off the size of struct symbol is pretty
>> good.  It makes the idea of unifying our symbol tables to have only
>> one kind of symbol much more practical.

> Given that Michael C. says it only saves 0.6% when debugging GDB
> itself, why do you say the size reductions are significant?

For what it's worth, his test wouldn't have noticed size reduction in
struct symbol, only in struct {partial,minimal}_symbol.  But 0.6%
seems pretty small either way.

David Carlton
carlton@kealia.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]