go top

Tail call

  • 尾调用(尾调用是指函数最后一个动作是调用另一个函数并返回其返回值的情况。尾递归是尾调用的一种特殊情况,具有不添加新堆栈帧的优点,可以通过尾调用消除或尾调用优化实现。尾调用优化可以使高效的结构编程成为现实,通常在函数编程语言中被要求实现)

英英释义

Tail call

  • abstract: In computer science, a tail call is a subroutine call that happens inside another procedure as its final action; it may produce a return value which is then immediately returned by the calling procedure. The call site is then said to be in tail position, i.

以上来源于: WordNet

双语例句权威例句

  • The only problem is that right now very few compilers implement tail-call optimizations.

    惟一问题在于,现在只有非常编译器实现了尾部调用优化。

    youdao

  • When a function calls itself in a tail-call, the method is even easier.

    函数尾部调用中调用自己时,方法更为简单。

    youdao

  • For those who actually like to mess with the low-level stuff, here is an assembly language template for an optimized tail-call.

    这里那些真正热衷底层编程人准备的一个优化尾部调用的汇编语言模板

    youdao

更多双语例句
  • "After the hyper growth in the e-book market over the last few years, consumers have settled into their book formats of choice, and while e-books will continue to drive growth in the book category in the future, physical book sales will have a longer tail (or longer life expectancy) than previously anticipated, " he said in a call with investors.

    WSJ: Barnes & Noble posts 3Q loss as Nook demand slows

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定