lua-users home
lua-l archive

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


On Mon, Jul 8, 2013 at 8:03 AM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> If you never use real numbers in Lua, you won't pay any price for
> processing floating point.


i think some non-FPU architectures have to link with a float library
if your code has any float operation.  there might be a space
advantage by not having the code, no matter if it's executed or not.

--
Javier