lua-users home
lua-l archive

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


Yes my stack slots are set to nil.

That's probably done in traversestack in lgc.c. There stack slots are cleared from the top of stack to the "stack limit." Not sure how that relates to your problem though...

--
Wim