[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua version census - the results!
- From: Hisham <h@...>
- Date: Fri, 7 Feb 2020 11:34:36 +0100
On Thu, 6 Feb 2020 at 15:05, Egor Skriptunoff
<egor.skriptunoff@gmail.com> wrote:
>
> On Thu, Feb 6, 2020 at 3:18 PM Hisham wrote:
>>
>> even if the semantics are different
>>
>
> There is a semantic difference in rotation counters:
> in LuaJIT, they are taken modulo 64.
> for example, bit.lshift(1LL, 64) is not a zero
Thanks for the info! That sounds workable! Is this the only difference
you are aware of?
-- Hisham