lua-users home
lua-l archive

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


Mike Pall <mikelu-1010@mike.de> writes:
>>   bit.lshift (NUM, bit.band (COUNT, 31))
>> 
>> [instead of plain "bit.lshift (NUM, COUNT)"]
>
> Oh, sure. ;-) Because absolutely everyone is just waiting to
> rewrite all of their code with that bloat.

How much highly speed-critical Lua bitop-shift-using code is out there
anyway?  Probably not all that much, I'd wager.

> Not gonna happen.

That really isn't clear....

-Miles

-- 
Philosophy, n. A route of many roads leading from nowhere to nothing.