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.RT#46701 Actually the PMC compiler should emit different code,
if a method is present in src/pmc/default.pmc.
Some defaulted methods like this one have useful defaults and don't throw exceptions.
opcode_t *invoke(void *next)
|