Why does a recursive call cause StackOverflow at different stack depths?

前端 未结 0 1714
耶瑟儿~
耶瑟儿~ 2020-12-23 01:32

I was trying to figure out hands-on how tail calls are handled by the C# compiler.

(Answer: They\'re not. But the 64bit JIT(s) WILL do TCE (tail call elimin

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