lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.