| parrotcode delegate PMC | |
| Docs | FAQ | Download | Examples | Talks | Resources | Perl 6 | Languages | Who's Who | Donors | Cage Cleaners | Wiki | |
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)Calls the delegated __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)Invokes a subroutine.
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|