On Jan 5, 2006, at 18:50, Will Coleda (via RT) wrote:

At this point, PMCs can only map one HLL: this is probably just a
limitation of the pmc2c.pl script that can be resolved with some
perl. (pmc2c doesn't err, but silently omits additional maps
directives from the generated C)

Err, what should that sentence mean?

Parrot is creating a slurpy array on behalf of the HLL currently in scope, it consults the mapping table:

  HLL_info[$hll_id]{'ResizablePMCArray' => 'foo'}   # basically

and selects excatly one mapped type ('foo' above). At any time for one HLL and one type, there can just be one HLL type (which one would you select, if there were more).

leo

Reply via email to