lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 23 March 2014 04:24, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> I note with gratification that the bit32 library is now
> deprecated.

+1. The new bitwise operators are a very welcome addition. I just did
a quick 'luac -l -p' comparison on some bit twiddling code, and the
bytecode for some functions shrank by 50% or more (including some
constant folding, it seems). Really looking forward to using the final
release.