|
Philipp
I imagined that the lua VM maintained a separate "virtual" call stack
for every lua chunk, not only coroutines. What you mean is that every
lua call frame(except for those in coroutines) is also a C call frame?
If so, I understand the problem.
Thanks for the explanation\