We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
消栈的尾调用 是 指 尾递归么?
The text was updated successfully, but these errors were encountered:
尾递归是 tail call,这里指的是 proper tail call (PTC),即引擎对尾递归的消栈优化。不确定为什么 TC39 要这样定义,叫做 tail call optimization 的话应该就不会有歧义了。参见术语表: https://github.com/doodlewind/jshistory-cn/blob/master/appendices.md#proper-tail-call
Sorry, something went wrong.
No branches or pull requests
消栈的尾调用 是 指 尾递归么?
The text was updated successfully, but these errors were encountered: