If I do a tail call recursion in lua that calls a C function as part of the code, do I have a task reuse? Or the stack will accumulate in the C side?
Example: