• Without a reference, you copy the entire array or hash onto the function call stack, and then copy it again in the function.

    如果不使用引用,就需要整个数组hash 表复制函数调用栈中然后函数中再次对其进行复制。

    youdao

  • Remember that when a program makes a function call (especially for recursive ones), it has to store its return address and local variables on the stack.

    记住程序进行函数调用特别是针对归函数)时,必须堆栈存储返回地址本地变量

    youdao

  • Every time a function is called, a new stack frame (an area of memory inside the stack) is used to support the call.

    每当调用函数,就会使用一个新的堆栈支持调用

    youdao

  • After a function call, ESP represents the top of the stack.

    调用函数之后ESP代表堆栈顶部

    youdao

  • Well, if you want to call a function, it's like putting another tray on that stack of trays and that tray represents a chunk of memory that, that function can use.

    如果调用函数一个托盘放到一个托盘,托盘代表一块,函数可以使用内存

    youdao

  • The last call (the tail) simply invokes the function without any procedure call or stack maintenance overhead.

    最后调用(tail))只是调用函数没有任何过程调用维护开销。

    youdao

  • To find out the call stack for the malloc call, stktrace probe function can be called in the previous script.

    要想查看malloc调用调用堆栈可以前面的脚本中调用stktrace探测函数

    youdao

  • When each of the other elements are parsed, you pop the Employee object off the stack, call the relevant set function, and push the object back on to the stack.

    每当其他元素解析时,这个Employee对象弹出Stack调用相关set函数然后对象推回Stack

    youdao

  • If the string is being passed to the integer function, you'll see this in the call stack.

    如果字符串传递整数函数看到调用堆栈中的这一点

    youdao

  • 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.

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

    youdao

  • An area of the stack associated with a particular function call.

    一个关联特殊函数调用堆栈区域

    youdao

  • The stack is used during a function call to store local arguments. But in the function, the stack pointer may change because values are stored on the stack.

    堆栈常常函数调用用于存储本地参数函数中,由于存储在堆栈中的使得堆栈指针值常常发生变化

    youdao

  • For a module, the time in which at least one function in the module was on the call stack.

    对于模块,为模块中的至少一个函数位于调用堆栈时间

    youdao

  • When you are debugging, any function currently on the call stack is an active function.

    进行调试时,当前处于调用堆栈任何函数活动函数。

    youdao

  • For a module, the period of time in which at least one function in the module was on the call stack, excluding time that was spent in calls to the operating system.

    对于模块,为模块中的至少一个函数位于调用堆栈时间段,其中不包括操作系统调用所用的时间

    youdao

  • For each function on the call stack when the interval was recorded, the profiler analysis adds the interval to one or more of four data values for the function.

    对于调用堆栈每个函数记录间隔时,探查分析都会函数的四个数据中的一个多个添加此间隔。

    youdao

  • Call Stack window, you can set a breakpoint on a particular function call.

    调用堆栈窗口可以特定函数调用处设置断点

    youdao

  • Application exclusive values indicate the time that a function was directly executing at the top of the call stack.

    应用程序独占时间函数调用堆栈顶部直接执行时间。

    youdao

  • In Section 3.9, we used a stack diagram to represent the state of a program during a function call.

    本书第三第九节,我们表征函数调用过程程序状态

    youdao

  • Application inclusive values indicate the time that a function was on the call stack.

    已用非独占时间函数调用堆栈上时间。

    youdao

  • Call stack window to work your way back up the call stack, looking for corrupted data being passed as a parameter to a function.

    调用堆栈窗口反向沿调用堆栈进行调试,查找作为参数传递给函数的已损坏数据

    youdao

  • Function names for frames on the call stack, which might be wrong if the optimizer merges two functions.

    调用堆栈框架函数名称(如果优化器合并两个函数,则函数名称可能错误的)。

    youdao

  • Stack frame: Each time a program performs a function call, the information about where in your program the call was made from is saved in a block of data called a stack frame, or frame for short.

    每次程序执行函数调用时候,程序何处调用相关信息保存称为栈帧的数据中,栈帧也常简称帧。

    youdao

  • Edit and Continue cannot update a function on the call stack because code changes either removed a variable that requires construction or destruction or changed the variable's data type.

    编辑继续”无法更新调用堆栈函数因为代码更改或者移除了要求构造析构变量或者更改了变量数据类型。

    youdao

  • Elapsed inclusive values indicate the time on the call stack of those instances of the function that were called by the parent function in the call tree.

    “已用非独占指示调用函数调用那些函数实例调用堆栈时间

    youdao

  • Application inclusive values indicate the time that instances of a function that were called by the parent function in the call tree were on the call stack.

    应用程序非独占”指示调用函数调用函数实例在调用堆栈时间

    youdao

  • All local variables are on the stack, and that part of the stack is reclaimed when a function returns, and will be reused for the next function call.

    所有局部变量堆栈,堆栈一部分回收函数返回时,接下来的函数调用中重用

    youdao

  • The resulting data provides a count of how frequently the function in question was on top of the call stack when the process was sampled.

    产生资料会提供计数,表示取样处理,有问题函式位于呼叫堆叠顶端频率

    youdao

  • Elapsed inclusive values indicate the time that a function was on the call stack.

    应用程序独占指示函数所用的时间

    youdao

  • Elapsed inclusive values indicate the time that a function was on the call stack.

    应用程序独占指示函数所用的时间

    youdao

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

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

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