lua-users home
lua-l archive

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


>Lua 4 does; debugging and full speed.  Then you can use luac to compile
>a version without the debugging info.

Removing the debugging info with luac -s is only recommended for large programs
that "cannot" go wrong. We use it here for very large graphical metafiles.
In any case, the debugging info does not affect execution speed at all.
--lhf