Re: [Vala] Generic implementation



Not really answering, but you could always run vala with -C to access the generated C code. There you could 
get tge result of the conversion. 






—
Sent from Mailbox

On Wed, Dec 2, 2015 at 1:13 AM, Andy Lees <andrewl oz gmail com> wrote:

Hi,
If I define a generic array implementation for type T that contains an
array of type T[], there is a requirement for anything > 4 bytes in size to
be boxed.  That suggests that some separate storage is created for the
boxed types, is that so?  And if so is each element of the array as
appended separately allocated, or is a block allocation done as the T[]
array is extended?
Regards,
Andrew Lees
_______________________________________________
vala-list mailing list
vala-list gnome org
https://mail.gnome.org/mailman/listinfo/vala-list


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]