lua-users home
lua-l archive

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



You did try the integer patches to Lua 5.1 (rc), right?

How was the performance, are there other issues (s.a. the bit operations) that are still required?

-aka

Doug Rogers kirjoitti 9.2.2006 kello 22.12:

What is driving my desire for an integer type is my embedded target
where I have software floating point only. My scripts run very slowly to do what should be simple things. I don't want to give up the ability to use floating point (there are still plenty of uses for it), but I'd like
to be able to avoid the overhead when necessary.