lua-users home
lua-l archive

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


No, because I'm still testing them. And it turns out that I still need
to work on them, as the Lua test suite fails a few tests with the
modded Lua. Don't worry, once properly tested I'll announce the patch
to the world on the Lua list.

Best,
Bogdan

On Wed, Oct 15, 2008 at 4:01 PM, Ralph Hempel
<rhempel@hempeldesigngroup.com> wrote:
> Bogdan Marinescu wrote:
>
>> I just implemented one :) I implemented two new data types ("light
>> functions" and "read-only tables") and by using them I reduced the
>> initial memory consumption (when you start the interpreter) from 18k
>> to about 12k, which isn't mind blowing, but it's still better than
>> nothing. I think I can do even better, but first I have to run the Lua
>> 5.1 test suite on my mods and see how well (or bad) it performs.
>
> Bogdan,
>
> Are these mods available on the eLua site yet?
>
> Ralph
>