[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Optimizing off-line Lua compiler
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 27 Apr 2005 12:05:55 -0300
> Peephole-optimisation might be a goer -- I assume there would be some
> level of redundancy in the generated byte-code. But this is really
> something that could be applied to the lua.lib portion anyway I'd assume
> -- but considering it was stripped from lua5 because it was becoming to
> difficult to maintain?
Actually, all optimizations done by luac in 4.0 are done by the parser in 5.0.
--lhf