Re: [Vala] Generic implementation
- From: "Felipe de Andrade Neves Lavratti" <felipelav gmail com>
- To: "Andy Lees" <andrewl oz gmail com>
- Cc: Vala List <vala-list gnome org>
- Subject: Re: [Vala] Generic implementation
- Date: Tue, 01 Dec 2015 19:42:04 -0800 (PST)
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]