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]
Other format: [Raw text]

Re: [patch] move htab_iterator


On 09/30/2013 12:08 PM, Tom Tromey wrote:
"Andrew" == Andrew MacLeod <amacleod@redhat.com> writes:
Andrew> Jakub didn't like removing this hash table iterator functionality even
Andrew> though it is currently unused in the compiler.

Andrew> So it seems reasonable to put it in tree-hasher.h since its purpose is
Andrew> "Hash Table Helper for Trees"?

How about putting it into libiberty?
That way other hashtab users, like gdb, can use it.


I have no problem with that, but Jakub didn't seem to think it belonged there.

I just want to get it out of where it is :-) I'll be happy to move it to where ever it will have a better home than the non-existence I originally planned for it :-)

Andrew


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