|
> maybe we could just pass that parameter explicitly, instead of multi-use > the stack pointer, and leave the stack pointer for the active frame. > > int luaD_poscall (lua_State *L, StkId firstresult, StkId lastresult); Yes, this is what I am considering. -- Roberto