pack partial_symtab for space
authorTom Tromey <tromey@redhat.com>
Mon, 25 Nov 2013 16:34:49 +0000 (09:34 -0700)
committerTom Tromey <tromey@redhat.com>
Fri, 6 Dec 2013 19:13:51 +0000 (12:13 -0700)
commite1b06ae220497540d09b295b885dff0c0eb85c4c
treec3ec665711eb65ee8ab05c8fb2852042c6ade123
parent2b69941d0d6730f1968c41bee216d46de48b4839
pack partial_symtab for space

This improves the packing of struct partial_symtab.  I noticed with
pahole that were were a couple of holes.  This consolidates the holes
without, I think, affecting readability -- it just moves the "user"
field a bit earlier in the struct.  This change saves a small amount
of memory.

2013-12-06  Tom Tromey  <tromey@redhat.com>

* psympriv.h (struct partial_symtab) <user>: Move earlier.
gdb/ChangeLog
gdb/psympriv.h
This page took 0.042916 seconds and 4 git commands to generate.