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: Vector API tweaks


Nathan Sidwell wrote:

This patch makes a few changes to the vector API
1) Added a VEC_truncate call for O(1) deletion. Requested by Ben.
2) Added MEM_STAT_DECL and MEM_STAT_INFO stuff
3) Replaced the VEC_embedded_alloc with VEC_embedded_size & VEC_embedded_init,
which are more flexible.


built & tested on i686-pc-linux gnu, ok?

OK.


--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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