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 RFC: Implement and use VEC(T,stack)



Also, please use a pointer_set as it has
less overhead (maybe even a linear scan would do, we don't expect
these vectors to live long do we??).

I didn't use a pointer_set because there is no pointer_set_delete.

Uhm, ehm, right you are... Steven's suggestion is interesting though.


Paolo


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