> "DS" == Dan Sugalski <[EMAIL PROTECTED]> writes:
DS> (At the moment you do need to add the new class to global_setup.c
DS> still, but I'm working on fixing that so PMCs can be dynamically
DS> loadable)
Is there a suggested implementation for this?
I've looked at it before, but wasn't able
I've added (or will add, depending on whether this gets to the list
before the CVS syncup does) a couple of new opcodes.
find_type(INT, STR) returns the integer identifier number for any
known PMC type. That means you can now do:
find_type I0, "PerlArray"
new P0, I0
instead of