lua-users home
lua-l archive

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



On 07/10/2006, at 5:04 PM, Glenn Maynard wrote:

In principle, I'd
think it would be possible to move the stack up one, hiding the
first entry outside of the visible stack, and replace that value with
a sentinel (eg. an empty table).

From the code it looks to me like it actually looks to see if the most recent instruction (Pcode) is something to do with "push self" so I don't think playing with the stack will do it.

- Nick