lua-users home
lua-l archive

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


> 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.

Right. I meant time penalty, not space, which is also important in small
platforms.