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: New VEC API


On Sat, Apr 16, 2005 at 04:11:41PM +0100, Nathan Sidwell wrote:

> And use them as
> 	VEC(tree,none) *v;  // I'll explicitly manage the allocation
> 	VEC(tree,gc) *v;  // please gc allocate it
> 	VEC(tree,heap) *v; // please heap allocate it.
> 
I think I hate it even more than the previous API.  More arguments!

But, I realize that there is little we can do about this in C.
Here's hoping that we start accepting C++ code in the compiler.


Diego.


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