parrotcode: Return Continuation | |
Contents | PMCs |
classes/retcontinuation.pmc - Return Continuation
RetContinuation
extends Continuation
.
A return continuation is like a Continuation, only its context isn't marked, because that's just some previous state of the interpreter.
void init()
PMC *clone
void *invoke(void *next)
invoke()
and places the frame pointer in the stack frame cache.Initial revision by sean 2002/08/04.
|