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 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-cmds.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
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 replace XMALLOC with XNEW 2014-01-13 07:31:28 -07:00
cli-interp.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-logging.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-script.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-script.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-setshow.c remove deprecated_set_hook 2014-01-13 12:33:43 -07:00
cli-setshow.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-utils.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-utils.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00