[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT optimization bug?
- From: Mike Pall <mikelu-1108@...>
- Date: Wed, 17 Aug 2011 15:25:53 +0200
Pierre Chapuis wrote:
> I tried to add an assertion afterwards:
>
> bit_set_1(_bset,_byte,_bit)
> assert(bit_get(_bset,_byte,_bit) == 1)
>
> This assertion is never triggered, and *the code works*
> when it's here (ie. it gives the expected output).
Anything you change in the code can give a different behavior and
this in turn may hide the bug. But I really need a small, isolated
test case to debug this any further.
--Mike