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: 云风 <cloudwu@...>
- Date: Fri, 8 Jun 2018 22:05:44 +0800
> 在 2018年6月8日,下午6:24,Abhijit Nandy <abhijit.nandy@gmail.com> 写道:
>
>
> What are my other options to reduce the size? I would like to bring down the Lua executable's size to about 10k like eLua!
>
You may get rid off the metatable, it can reduce many codes.