lua-users home
lua-l archive

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


After some benchmarking testing on an ARM PJ4. (32 bit) gcc-4.8

Intsize 1 or 2 makes no difference
intsize 3 takes a 12% performance hit

floatsize 1 is fastest
floatsize 2 and 3 give the same result (about 2% slower than 1)

Note that intsize 1 floatsize 2 tests slightly faster than lua 5.1.5