lua-users home
lua-l archive

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


Arseny Vakhrushev wrote:
> function rpc(nid, eid, ...)

Ok, this is now fixed in LuaJIT git HEAD. Recording of calls to
vararg functions failed in certain (rare) circumstances.

--Mike