Re: Bug in LuaJIT 2 involving closures
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Bug in LuaJIT 2 involving closures
- From: Mike Pall <mikelu-1006@...>
- Date: 2010年6月30日 23:31:53 +0200
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