[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: Wed, 30 Jun 2010 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