lua-users home
lua-l archive

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


>i've noticed that a lua_CFunction sees a stack frame, rather than the 
>whole stack. is this a temporary stack (a copy) or a stack frame?

I guess it's what you cann a stack frame. It's a section of the stack, at
the top of the stack. There is no copying. Is that what you meant?
--lhf