Re: A proposal for safe bytecode in Lua 5.2
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: A proposal for safe bytecode in Lua 5.2
 
- From: Roberto Ierusalimschy <roberto@...>
 
- Date: 2011年4月18日 12:29:13 -0300
 
> > Nevertheless, it seems interesting enough to deserve some support. We
> > could do the small changes and add appropriate macros so that users
> > could compile Lua with your verifier without having to change any
> > source.
And what macros would you need? Only at LoadFunction and OP_SETLIST?
-- Roberto