recursive stack overflow的意思|示意

美 / / 英 / /

递归堆栈溢出


recursive stack overflow的网络常见释义

递归栈溢出 ... no memory for function call stack 调用栈导致内存不足 recursive stack overflow 递归栈溢出 not enough stack for parameter 堆栈参数导致内存不足 ...

recursive stack overflow相关例句

Just note that writing deeply recursive functions on the SPE is problematic because there is no stack overflow protection on the SPE, and the local store is small to begin with.

请注意在SPE上编写深度递归函数有些问题,原因是在SPE上没有任何堆栈溢出保护,而且本地存储也很小。

A recursive definition like this is going to fill up the stack rapidly and lead to a stack overflow.

像这样的递归定义很快就会填满堆栈,从而导致堆栈溢出。