• 尾部调用之后除去结构方法称为尾部调用优化

    The idea of removing stack frames after tail-calls is called tail-call optimization.

    youdao

  • 可见尾部调用使用更多一些指令但是它们可以节省相当内存

    As you can see, tail-calls take a few more instructions, but they can save quite a bit of memory. There are a few restrictions for using them.

    youdao

  • 好像一旦控制权传递尾部调用函数,栈再也没有有用的内容了。

    It seems that once control is passed to the tail-called function, nothing in the stack is useful anymore.

    youdao

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

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

    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

  • 可见,要使调用成为真正尾部调用尾部调用函数返回之前结果不能执行任何其他操作

    As you can see in order for the call to be a true tail-call, no other operation can be performed on the result of the tail-called function before it is passed back.

    youdao

  • 意味着我们必须手工重新编写仿造一个返回地址使得尾部调用函数直接返回调用它的函数。

    This means that we have to manually rewrite the stack to fake a return address so that the tail-called function will return directly to our parent.

    youdao

  • 再也需要活动记录(activation record),所以我们删掉尾部调用函数定向返回调用我们的函数。

    The activation record isn't needed anymore, so we are going to cut it out and redirect the tail-called function back to the function that called us.

    youdao

  • 例如,前面描述的 print_report_i函数GCC 3.4 中使用-O2 进行尾部调用优化编译因此运行时使用的的大小固定的而不是线性增长的。

    For example, the print_report_i function described earlier compiled with tail-call optimization using -O2 on GCC 3.4 and therefore runs with a stack-size that is constant, not growing linearly.

    youdao

  • 函数尾部调用之后,还需要使用哪个本地变量

    After the function in tail position is called which of our local variables will be in use?

    youdao

  • 就是说如果一个数据的尾部之后数据,程序不会注意到直到malloc或者free调用

    That is, if you write beyond an array's end, it won't be noticed until the next malloc or free call.

    youdao

  • 使得中的一个过滤器调用如果调用过滤器已是链中的最后一个过滤器,那么使得链尾部的资源被调用

    Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.

    youdao

  • 使得中的一个过滤器调用如果调用过滤器已是中的最后一个过滤器, 那么使得尾部资源调用

    ServletException Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.

    youdao

  • Filter使用FilterChain调用中的一个过滤器如果调用过滤器是链中的最后一个过滤器,调用尾部的资源。

    Filters use the FilterChain to invoke the next filter in the chain, or if the calling filter is the last filter in the chain, to invoke the resource at the end of the chain.

    youdao

  • Filter使用FilterChain调用中的一个过滤器如果调用过滤器是链中的最后一个过滤器,调用尾部的资源。

    Filters use the FilterChain to invoke the next filter in the chain, or if the calling filter is the last filter in the chain, to invoke the resource at the end of the chain.

    youdao

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

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

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