Dan Sugalski <[EMAIL PROTECTED]> wrote:
> At 6:46 PM +0100 3/17/04, Leopold Toetsch wrote:
>>
>>I though about that already. Returncontinuations created via the *cc
>>opcode variants are created in the opcode and used exactly once just for
>>returning from the sub.  So I'd do for these a per-interpreter
>>freelist, where they get put back after invokeing the return
>>contination.

> Unless something inside the call's taken a continuation, in which
> case they're still valid and may be reused. Can't do that,
> unfortunately. :(

Could you please provide a code snippet that shows this reusing.

Thanks,
leo

Reply via email to