尾部调用(tail call)是函数式语言中一个常用的术语(如LISP、ML、Haskell),在这种语言中通常更多地使用递归而不是迭代(如在由Algol派生的语言 中,如...
基于20个网页-相关网页
proper tail call 尾调用
Tail call optimization 尾调用优化 ; 尾部调用优化
Tail Call Elimination 尾调用消除
TAILCALL Perform a tail call 执行尾调用
tail-call optimizations recursion 尾调用优化递归
Tail Recursive Call 尾递归调用
以上来源于: WordNet
The only problem is that right now very few compilers implement tail-call optimizations.
惟一的问题在于,现在只有非常少的编译器实现了尾部调用优化。
When a function calls itself in a tail-call, the method is even easier.
当函数在尾部调用中调用自己时,方法更为简单。
For those who actually like to mess with the low-level stuff, here is an assembly language template for an optimized tail-call.
这里是为那些真正热衷底层编程的人准备的一个优化尾部调用的汇编语言模板。
应用推荐