lua-users home
lua-l archive

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


> No, if you want byte code support, you need to argue with:
> * size on harddisc
> * loadding time
> * portability with lua tools creating bytecode

Btw, a way to achieve 1 and 3 is do directly integrate a decompiler
within luajit :-)
just for 2 its horrible.
Kind regards,