binutils-gdb/gdb/cli
Tom Tromey 9ea4267d62 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.
2014-01-20 09:10:52 -07:00
..
cli-cmds.c
cli-cmds.h
cli-decode.c convert flags to bitfields 2014-01-20 09:10:51 -07:00
cli-decode.h better packing for command struct 2014-01-20 09:10:52 -07:00
cli-dump.c
cli-interp.c
cli-logging.c
cli-script.c
cli-script.h
cli-setshow.c remove deprecated_set_hook 2014-01-13 12:33:43 -07:00
cli-setshow.h
cli-utils.c
cli-utils.h