lua-users home
lua-l archive

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


Erik Lindroos wrote:
> I seem to have found a bug in LuaJIT 2 involving upvalues. I've attached a
> testcase that demonstrates the bug.
> It's a minimal bitstream reader where the variable buf seems to get a stale
> value at the 60th iteration (when the JIT kicks in?).

Thank you for the report! Fixed in git HEAD.

--Mike