lua-users home
lua-l archive

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


Hi!

Am 12.09.2018 um 06:06 schröbte me the user:
I was looking for ways to free up ram on embedded systems using lua and ran across e-lua
specifically the LuaTinyRam patches I looked through the source and replicated it on my side
to see what kind of ram savings it brought around 10-15k on this specific application pretty good!

Anyways, having hand applied the patches I realized how much of a maintenance nightmare
these changes would add, So I came up with something I think might work well and would like
to get some opinions.

I have written a (limited) port[1] of eLua's rotables using the Lua C API. Maybe you are interested. You'd still have to patch the Lua standard modules to actually use those rotables, though.

Philipp

  [1]:  https://github.com/siffiejoe/lua-rotable