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: libiberty: hashtab allocation functions with an extra argument


> We still need alternate allocation functions and more space in the
> htab, because we have to pass in the actual extra argument somehow.

More space in the htab for the pointer, yes.  I'm trying to avoid more
space just for alternate alloc/free functions.  GCC is already having
growing pains from structure creep.


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