lua-users home
lua-l archive

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


> but does it make sense to have the strip symbol option available
> on lua_load().or luaL_loadfile().

It may make sense  but it'll complicate the loader because it'll have to
read and skip the debug info. Stripping at dump time is much easier.
--lhf