• You can construct the object on the heap or on the stack frame of a function.

    可以函数堆栈构造对象

    youdao

  • It displays the stack frame for the suspended threads for each target you're debugging.

    可以显示每个调试目标挂起线程堆栈框架

    youdao

  • Once inside a function, a local stack frame is created by copying esp to ebp (line 62).

    函数内部通过esp复制ebp(第62)创建一个局部堆栈框架

    youdao

  • In this program you will have two stack frame sizesone for main and one for factorial.

    程序中,需要两个堆栈框架大小——用于main,一个用于factorial

    youdao

  • A yellow arrow identifies the stack frame where the execution pointer is currently located.

    执行指标目前所在堆叠框架位置会以黄色箭头识别

    youdao

  • The computer refers to this point as the return address and keeps track of it in the stack frame.

    计算机引用一点作为返回地址,会堆栈框架中跟踪

    youdao

  • Displays the code for the current stack frame, highlighting the line that is about to be executed.

    显示当前堆栈框架代码突出显示即将执行代码行

    youdao

  • These will all be used to make access to stack frame offsets much clearer in the main body of code.

    上述这些做法目的使代码主体访问堆栈框架变得更为清楚明了。

    youdao

  • Why don't we consider stack frame sizes while calculation Space Complexity of recursive procedures?

    我们为什么考虑堆栈大小递归程序计算空间复杂度

    youdao

  • Otherwise, it assumes the provided address as a valid stack frame start address and attempts to traceback.

    否则假定提供的地址有效堆栈起始地址设法进行回溯。

    youdao

  • The final item in the stack frame is a pointer to the previous stack frame, often called the back pointer.

    堆栈中的最后条目一个指向一堆栈帧的指针,通常被称为向指针(back pointer)。

    youdao

  • You load register 3 with the return value and perform the function epilogue to restore the stack frame and return.

    需要返回加载寄存器3执行函数尾声(epilogue)恢复堆栈框架并返回。

    youdao

  • So, let's say that function func1 calls function func2 with three parameters, and func2 has a 112-byte stack frame.

    让我们假设函数func1使用3个参数调用func2并且func2一个112字节堆栈

    youdao

  • Remember that the link register is stored in the calling function's stack frame, not the function's own stack frame.

    记住链接寄存器存储调用函数堆栈框架内,而函数自身的堆栈框架。

    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

  • Since you have not yet defined your own stack frame, the offset is from the end of the calling function's stack frame.

    由于尚未定义自己堆栈框架所以偏移量调用函数堆栈框架末端算起的。

    youdao

  • Internally, all the variables declared within a method, including the parameters, are stored together in a stack frame.

    内部所有方法内部声明变量包括参数一起存储堆栈框架中。

    youdao

  • If the stack frame is not active, this address is the next instruction to execute when the stack frame is reactivated.

    如果堆栈未处于活动状态,则地址是在重新激活堆栈帧执行下一条指令

    youdao

  • Notice that since there is nothing left to do in the function, the actual stack frame for the function is not needed either.

    注意由于函数不再任何事情,那个函数实际结构也就需要了。

    youdao

  • So you simply need to move the stack pointer by adding the stack frame size to the stack pointer using ai $sp, $sp, FRAME_SIZE.

    所以只需通过使用ai $sp, $sp, FRAME_SIZE 将堆栈框架大小堆栈指针移动堆栈指针即可。

    youdao

  • User input is actually harder to make safe because there is no stack frame to trace the presence of the potentially untrusted data.

    用户输入实际上难以保证安全性因为没有堆栈跟踪可能不受信任代码的存在

    youdao

  • So this instruction stores the link register (which holds the return address) into the proper location in the calling function's stack frame.

    所以指令会将链接寄存器(存有返回地址)存储调用函数堆栈框架恰当位置

    youdao

  • This article discusses the working mechanism of RPR-based MSR with protocol stack frame structure node function and networking included.

    详细探讨了基于RPRMSR工作机理,包括协议结构节点功能结构、组网应用等几个方面。

    youdao

  • Then the calling procedure can store the arguments adjacent to (or part of) the new stack frame, where the called procedure can find them.

    调用可以参数这个堆栈边上,这样调用方可以很容易找到而不像上面那样需要额外的开销。

    youdao

  • The expression is evaluated in the context of the current stack frame, and the results are displayed in the Expressions view of display window.

    当前堆栈框架上下文中会计算表达式,在Display窗口Expressions视图会显示结果

    youdao

  • In practice this is easy; just don't write code that does low-level manipulations of the stack frame or makes assumptions about the stack layout.

    实践上很容易的;只要编写堆栈桢执行低级操作堆栈的布局假设代码行了。

    youdao

  • When a function begins, it actually saves the link register in the calling function's stack frame, not its own, and then only if it needs to save it.

    函数开始时实际上会将链接寄存器保存调用函数堆栈而不是自己的堆栈帧中,然后只有需要才会保存它。

    youdao

  • However, since the base case doesn't call any other functions, you don't need to load the link register from the stack frame — the value is still there.

    由于基线条件并不调用任何其他函数所以无需堆栈框架加载链接寄存器——在原处。

    youdao

  • Since you did not call any functions or use any local storage, you did not need a stack frame at all, so you can now just exit through the link register.

    由于调用任何函数使用任何本地存储所以根本无需堆栈框架,并通过链接寄存器退出

    youdao

  • Since you did not call any functions or use any local storage, you did not need a stack frame at all, so you can now just exit through the link register.

    由于调用任何函数使用任何本地存储所以根本无需堆栈框架,并通过链接寄存器退出

    youdao

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

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

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