lua-users home
lua-l archive

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


On Sun, Aug 31, 2008 at 11:50 PM, Benjamin Tolputt
<btolputt@bigpond.net.au> wrote:
> Ben Sunshine-Hill wrote:
> "It definitely won't allow you to serialize coroutines, though."
>
> Is this a LuaJIT thing, as I understood Pluto to handle coroutines (it
> was the reason I looked into using it).

Yes, that's right. Since the whole point of LuaJIT is that it's
converting Lua code to native machine code internally, when it is
executed it is not running inside a Lua "thread" object that Pluto can
inspect and serialize.