[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [LuaJIT] Does LuaJIT planned to support load/dump bytecode?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 2 Jun 2011 08:50:58 -0300
> luac is really only useful if you're running Lua where there is so
> little space you can't include the compiler. It does not solve any
> obfuscation or script size problems at all.
Exactly. Those are not part of the goals of luac. The man page says:
"The main goal in precompiling is faster loading."
It also mentions:
"protecting source code from accidental user changes,
and off-line syntax checking."
http://www.lua.org/manual/5.1/luac.html