On Thu, Jun 20, 2002 at 12:26:11AM -0400, Melvin Smith wrote:
> Given that it seems capturing and restoring a context is the most
> expensive part, should we make default routines lightweight (execute
> on caller stack rather than getting their own) and only make
> continuations and co-routines take most of the penalty?

- Default routines should be lightweight.
- Each co-routine should probably have its own interpreter.

-- Jerome

Reply via email to