Does the mono runtime already handle tail call optimisation as required by the IL spec?

梦想与她 提交于 2019-12-23 20:13:03

问题


I know that by this infamous post

http://flyingfrogblog.blogspot.com/2009/01/mono-does-not-support-tail-calls.html

the mono runtime did not offer tail call elimination as required by the IL. Has this changed since?


回答1:


No, not yet. There's some work-in-progress on adding it, though : http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg24438.html (wish me luck ;-) ).



来源:https://stackoverflow.com/questions/3816148/does-the-mono-runtime-already-handle-tail-call-optimisation-as-required-by-the-i

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!