[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: compiling LUA for uClinux
- From: dcharno@...
- Date: Thu, 31 Mar 2005 18:38:46 +0000
> You might be interested in an int32 patch I did for Lua 5.1 lately. It
> is totally transparent to applications, but stores integers as such
> internally. Thus, it sort-of brings the best of both worlds, you can
> have floats, but you don't need to compromise on integer range, or
> performance, if you do.
Sounds interesting. Where is the patch available??