This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Don't output unused string constants


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~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]