[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: string.dump strip option (5.2 request)
- From: Ignacio Burgueño <ignaciob@...>
- Date: Tue, 26 Feb 2008 16:13:30 -0300
Luiz Henrique de Figueiredo wrote:
This was requested on 2006. Don't know if the discussion arrived to any
conclusion.
http://lua-users.org/lists/lua-l/2006-10/msg00013.html
I think the conclusion was that it would complicate the API.
Good. Just a quick question (haven't read the above thread thoroughly
myself). Is possible to strip the debug information off the generated
bytecode? Like
withDbgInfo = string.dump(aFunction)
noDbgInfo = strip_debuf_info(withDbgInfo)
just by manipulating the byte stream?
Regards,
Ignacio Burgueño