lua-users home
lua-l archive

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


On 30 January 2013 22:10, liam mail <liam.list@googlemail.com> wrote:
> Now 5.1 bytecode is slightly different in that the OP_LOADK's are
> optimised out for locals at the beginning of a scope so the first
> snippet I have show will only have two instructions; one to load a
> constant and the default return.

Obviously I meant OP_LOADNIL here :)

--Liam