Re: Debug hook not called on "local" lines in some cases
[
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: 2013年1月30日 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