Tail call recursion in Lua calling a C function

前端 未结 0 913
暗喜
暗喜 2021-01-12 11:43

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:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题