[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT roadmap 2008
- From: "Mark Meijer" <meijer78@...>
- Date: Sun, 3 Feb 2008 18:57:05 +0100
On 02/02/2008, Stephen Kellett <lua@objmedia.demon.co.uk> wrote:
> I'm guessing the instruction table is small, could you have the
> instruction table per-state? Maybe only copy per-state when modified, so
> you'd start with one shared table. Or does this fail because some people
> like to have millions of lua states available at once for use with
> coroutines?
FWIW, my little coroutine experiment involves only a single Lua state.