[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: PATCH: true C coroutines -- yield across C stack from anywhere
- From: "Jasmin Patry" <jpatry@...>
- Date: Mon, 25 Oct 2004 10:56:43 -0700
> Are Lua-only coroutines really required? Small survey?
> - Who is using them at the moment?
We are.
> - Are the Lua-only couroutines good enough for you?
So far, they have been.
> - Would you switch to C-level coroutines if they were
> available?
I doubt it; we are running in limited-memory environments (game
consoles) and we need to keep the memory usage as small as possible.
Jasmin