[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Precompiled multiplatform code (ARMxPC)
- From: Rob Kendrick <lua-l@...>
- Date: Mon, 10 Aug 2009 17:31:18 +0100
On Mon, 10 Aug 2009 13:29:18 -0300
"Saulo Tauil" <saulot@muitofaciltec.com.br> wrote:
> The terminals have little memory, low cpu clock and lack of space.
Given that compiled Lua is often /larger/ than the source, you may
find that leaving the compiler in and gzipping and/or using something
like LuaSrcDiet saves more space, depending on your exact circumstances.
> The portability of uncompiled code is a security issue too, since I
> want avoid code manipulation by third party. Initially this
> precompiled code will be remotely transferred to the terminals.
Compiled Lua offers no security advantages beyond preventing casual
snooping. Anybody who wants to break it will. And quite easily.
B.