Dan Sugalski <[EMAIL PROTECTED]> wrote:

> *) Array - fixed-size, mixed-type array

> Personally I'd leave Array as it is, since it does one of the things
> that we need it to do.

Array isn't really mixed-typed. It has methods to store or retrieve
non-PMC types, but they are converted internally to PMCs. A true
mixed-typed Array could use a typed union, i.e. the HashEntry type. This
needs more space, but is type-safe and avoids PMC creation overhead.

What do we need?

leo

Reply via email to