parrotcode: Delegate PMC | |
Contents | PMCs |
src/pmc/delegate.pmc - Delegate PMC
Delegate each and every function to parrot bytecode.
Almost all methods are auto-generated in lib/Parrot/Pmc2c.pm
PMC *instantiate(PMC *sig)
__instantiate
method if it exists.opcode_t *invoke(void *next)
|