[PATCH] Don't output unused string constants

Richard Henderson rth@redhat.com
Mon Nov 13 11:40:00 GMT 2000


On Mon, Nov 06, 2000 at 05:52:50PM +0100, Jakub Jelinek wrote:
> +#define MAX_STR_HASH_TABLE 251
> +static struct deferred_string *const_str_table[MAX_STR_HASH_TABLE];

I'd *really* rather used one of the data structures from
libiberty -- either hashtab or splay-tree.

Otherwise ok.


r~


More information about the Gcc-patches mailing list