|
On 02/02/2008, Stephen Kellett <lua@objmedia.demon.co.uk> wrote:FWIW, my little coroutine experiment involves only a single Lua state.
> 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?