lua-users home
lua-l archive

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


> 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