Dan Sugalski <[EMAIL PROTECTED]> wrote:
> Add in support for the T and L NCI types. (char pointer array and
> long array)
These should IMHO be no separate signatures, but be expressed in terms
of the 'p' signature and use an appropriate {Un,}ManagedStruct PMC[1]. If
we start passing all these array types with distinct signatures, we will
ran out off signature chars soon - and its really non-trivial to
implement all these in JIT.
leo, just my 2c
[1] docs/pmc/struct.pod already exists :)
char *[] isn't handled yet though