[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Debug hook not called on "local" lines in some cases
- From: liam mail <liam.list@...>
- Date: Wed, 30 Jan 2013 22:14:08 +0000
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