lua-users home
lua-l archive

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


Hi,

On 13 January 2017 at 09:29, Satoru Kawahara
<s1311350@coins.tsukuba.ac.jp> wrote:
> I released the optimizer for Lua 5.3 VM Bytecoe.
>
> https://github.com/Nymphium/opeth
>
> It can optimize by following techniques
> - function inlining (experimental)

This is great! I have been wanting to get function inlining in Ravi
and maybe I can port your implementation. I want it to be part of the
compiler so I will need to convert your implementation to C.

Please let me know if you have any documentation on how this works.

Thanks and Regards
Dibyendu