[Stackless] Mailing list is moved
Sam Rushing
rushing at nightmare.com
Sat Jan 19 01:11:12 CET 2002
Christian Tismer wrote:
> I had a look at your coroutine package again, to see how
> they modify the stack. I thought they copy something, but
> it appears that only the stack pointer is changed. That's
> not my target, it consumes too much memory, and it doesn't
> help on the Palm.
Yeah, all we're doing is swapping tstate->frame out, managing our own
coroutine objects.
But we have a lot of other code written in continuation-passing-style -
pushing frames with continuation pointers (like map_nr). Will this
still be possible with the new scheme?
-Sam
_______________________________________________
Stackless mailing list
Stackless at www.tismer.com
http://www.tismer.com/mailman/listinfo/stackless
More information about the Stackless
mailing list