[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.3: functional version of // operator?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 8 Jul 2013 11:24:30 -0300
> 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.
- References:
- Re: Lua 5.3: functional version of // operator?, Rena
- Re: Lua 5.3: functional version of // operator?, Miles Bader
- Re: Lua 5.3: functional version of // operator?, steve donovan
- Re: Lua 5.3: functional version of // operator?, Miles Bader
- Re: Lua 5.3: functional version of // operator?, Rena
- Re: Lua 5.3: functional version of // operator?, Dirk Laurie
- Re: Lua 5.3: functional version of // operator?, David Burgess
- Re: Lua 5.3: functional version of // operator?, David Burgess
- Re: Lua 5.3: functional version of // operator?, Luiz Henrique de Figueiredo
- Re: Lua 5.3: functional version of // operator?, Javier Guerra Giraldez