Nicholas Clark wrote:
Following on our discussion on IRC, what I think we agreed on was that
Parrot should provide a new PMC class functionally similar to how the
dod_register_pmc/dod_unregister_pmc works. Quite probably it can share
implementation code with the DOD registration system.

Done.

$ perldoc -F classes/addrregistry.pmc

Some tests are in t/op/gc.t

There is also a new interface in extend.c to get the Parrot registry:

  Parrot_PMC Parrot_get_dod_registry(Parrot_INTERP);

Nicholas Clark

leo

Reply via email to