[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Newbie - shrinking Lua compiler and interpreter
- From: Chintan Gandhi <cgandhi@...>
- Date: Thu, 17 May 2007 20:19:11 -0700
We are try to shrink lua and luac to the minimum size possible in order
to make it run in less than 30k of ram and to make it fit in less than
60k of rom. For this it seems we have to keep just the most essential
code and then 'make'. What are the most essential files? Or would this
depend on our requirements?
I am brand new to Lua so I may not be asking the right questions or
providing enough info, if so, please let me know and I will try to
provide as much information as possible.
Help is appreciated.