[
previous
|
index
|
next
]
Continuations as objects
the control stack can't just be a stack
usual strategy is to walk the control stack
we can't walk the CLR control stack
so we can't use the CLR control stack at all
must implement our own instead
can't use CLR calling convention