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


>>>>> "Richard" == Richard Henderson <rth@redhat.com> writes:

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

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

No more funny one-off data structures! :-)

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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