[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (rc4) now available
- From: Tim Hill <drtimhill@...>
- Date: Mon, 12 Jan 2015 23:20:58 -0800
> On Jan 12, 2015, at 2:08 PM, Coda Highland <chighland@gmail.com> wrote:
>
> On Mon, Jan 12, 2015 at 2:04 PM, Michael Welsh Duggan <mwd@cert.org> wrote:
>> Sean Conner <sean@conman.org> writes:
>>
>>
>> 0x1000000000000
>>
>> --
>> Michael Welsh Duggan
>> (mwd@cert.org)
>>
>
> 1 << 48.
>
> We have bitops now. :P
>
> /s/ Adam
>
However, as Lua does little (if any) constant folding at compile time, this will be more expensive than the equivalent hex/decimal literal.
—Tim