[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Getting the callers environment in c
- From: Patrick Donnelly <batrick@...>
- Date: Wed, 9 Mar 2011 22:21:07 -0500
On Wed, Mar 9, 2011 at 10:11 PM, Chris Gagnon <cgagnon@zindagigames.com> wrote:
> Actually the coroutine method is how i had it working previously.
> I'm working to remove the reliance on coroutines to improve performance and
> memory usage.
> Since as it is now all my entry points need to be coroutines for these
> utility functions to work,
> however only a fraction of them need the ability to suspend / resume.
Unless you have thousands of sandboxes I doubt this is a significant
cost in memory. Coroutines are cheap.
--
- Patrick Donnelly