Re: Size optimizations for Lua 5.3 VM on ARM Cortex M4
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Size optimizations for Lua 5.3 VM on ARM Cortex M4
- From: Phil Leblanc <philanc@...>
- Date: 2018年6月10日 15:21:06 -0400
>> What are my other options to reduce the size? (...)
> You may get rid off the metatable, it can reduce many codes.
I am curious about this. Has anybody built a Lua derivative without metatables?
Is it feasible? or are metatables too deeply intricated with the Lua VM?
What would be the gain? (executable footprint, performance?)