]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
better packing for command struct
authorTom Tromey <tromey@redhat.com>
Fri, 27 Dec 2013 05:06:27 +0000 (22:06 -0700)
committerTom Tromey <tromey@redhat.com>
Mon, 20 Jan 2014 16:10:52 +0000 (09:10 -0700)
commit9ea4267d62830b0b41e3282964d6cb0872355f6b
tree6f6c017b6f899a11c91bf3632ff1eb4f1356a547
parent1f2bdf09c6ace2eefc3dd4dfc7366dea9ff5b30e
better packing for command struct

This moves all the bitfields in struct cmd_list_element to be closer
together.  This packs the structure somewhat better.  On a 64 bit
machine, this simple rearrangement saves around 50k at startup.

2014-01-20  Tom Tromey  <tromey@redhat.com>

* cli/cli-decode.h (struct cmd_list_element): Move all bitfields
together.
gdb/ChangeLog
gdb/cli/cli-decode.h