[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: future of bytecode verifier
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 5 Mar 2009 13:35:47 -0300
> Would there be much scope, then, for a Lua library that allowed portable
> code generation? An interface to lundump/ldump, say? This would allow
> people to write pure-Lua bytecode dumpers/loaders/verifiers in whatever
> format they like, as well as allowing all kinds of neat stuff along the
> lines of bytecode transformation, Lua compiler front ends, etc.
There's ChunkSpy, which does something similar, but withou a support library:
http://chunkspy.luaforge.net/