On Mon, 12 Jan 2004, Luke Palmer wrote:

> I have somewhat a predicament.  I want to create a continuation, and
> have that continuation stored in the register stack that it closes
> over (this is how I'm implementing a loop with continuations).
> Unless I'm having a major braino, I don't think this is possible at
> the moment.
>
> I got around this by adding two ops: new_noinit and init.  I've
> included a patch that implements them.  Other solutions welcome.

Hmm. That sounds like Coroutine. Also, when you invoke
any kind of sub with the calling conventions, it's
already in P0. Can't you store that in a local variable
on the invoke?

Sincerely,

Michal J Wallace
Sabren Enterprises, Inc.
-------------------------------------
contact: [EMAIL PROTECTED]
hosting: http://www.cornerhost.com/
my site: http://www.withoutane.com/
--------------------------------------

Reply via email to