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]: mallocable vectors


On Tue, 2004-09-07 at 11:25 +0100, Nathan Sidwell wrote:
> Hi,
> this patch splits the type-safe vectors into two kinds - gc and malloc
> variants. You now have to specify the allocation method when defining
> the vector type.  You don't need to remember it when using the vector
> (except that freeing becomes mandatory for the mallocable ones :).
> 
> Danny, does this suit you?
> 

Very much so, thanks!

> booted & tested on i686-pc-linux-gnu, ok?



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