lua-users home
lua-l archive

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


Mike Pall wrote:
Yes, LuaJIT 2.x will have them built-in and will happily compile
and optimize all bitwise operations.

Note that it says "bitwise operations" everywhere, i.e. functions
like bit.band(). Nowhere does it say "operators", so of course
there's no overloading. Consider using descriptive method names.

--Mike
Thanks for clarifying that. Hummm, time to learn assembly I guess...