Contains the thread and method call stack frames.
包含线程和方法调用堆栈框架。
Used to examine and manipulate stack frames.
用于检查和操作堆栈帧。
After this, you define several constants for your stack frames.
之后,为堆栈框架定义几个常量。
If the thread is suspended, its stack frames are shown as child elements.
如果暂挂一个线程,则其堆栈帧显示为子元素。
Gets the collection of stack frames through which this thread is executing.
获取此线程执行时所用堆栈帧的集合。
All the stack frames are allocated in a region of memory called the call stack.
所有栈帧被分配在称为调用栈的内存区域。
The idea of removing stack frames after tail-calls is called tail-call optimization.
在尾部调用之后除去栈结构的方法称为尾部调用优化。
It includes stack frames and local variables, but unlike a true thread it is not executable.
它包含了栈帧和局部变量,但与真正的线程不同的是它无法执行。
In turn, for each suspended thread, a list of stack frames is visible, representing the call hierarchy.
反过来,对于每一个暂停的线程,可以看到一系列的栈框架,代表了访问的层级结构。
The only issue is that many programming languages and compilers don't know how to get rid of unused stack frames.
惟一的问题是,很多程序设计语言和编译器不知道如何除去没有用的栈结构。
It holds the activation records (i.e. stack frames) of native code, and VM code including the interpreter loop function.
它掌握本地代码的活动记录(堆帧stack frames),VM代码包括解释器循环功能。
If we could find a way to remove these unneeded stack frames, our tail-recursive functions would run in a constant stack size.
如果我们能找到一个除去这些不需要的栈结构的方法,那么我们的尾部递归函数就可以在固定大小的栈中运行。
Because activation records are implemented on a stack, they are often referred to as stack frames, but both terms are equivalent.
由于活动记录是在堆栈上实现的,它们通常也会被称为堆栈帧,这两个术语是对等的。
The CLR debugging API enables inspection of stack frames and local variables with JIT-compiled code that has been optimized.
clr调试api使用经过优化的JIT编译代码来启用堆栈帧和局部变量检查。
A debug session is made active by selecting the debug target, or any of its components (for example, threads, stack frames) in the debug view.
通过选择一个调试目标,或者调试视图中的任意其构件(例如,线程、栈框架),可以激活一个调试操作。
The permissions sets of the caller class and its ancestors (that is, all stack frames above this one) are not included in computing the intersection set.
调用类和它的上级(即所有在它上面的堆栈帧)的权限集都不包括在交集计算中。
This function, since it calls itself, makes very good use of stack frames. Let's look at how the factorial function would work in assembly language (enter as factorial.s)
这个函数,从它调用自己开始,就很好地使用了堆栈帧。
mwarn-framesize=framesize and -mwarn-dynamicstack: These options cause a compile-time check whether a function exceeds a given stack frame size or uses dynamically sized stack frames.
mwarn-framesize=framesize和 -mwarn-dynamicstack:这些选项会引起在编译时检查函数是否超过给定的堆栈帧(stack frame)大小或使用动态调整的堆栈帧。
Frames can be switched through either by specifying their number explicitly to the 'frame' command as above or with the command 'up' to move up the stack and 'down' to move down.
可以通过如上所示在'frame '命令中明确指定号码,或者使用'up '命令在堆栈中上移以及'down '命令在堆栈中下移来切换帧。
The flow of control followed by the thread is represented within the JVM as a stack of frames.
在JVM 中,线程的控制流表示为帧堆栈(stackof frame)。
The stack trace includes frames from both the new and original location, with the text "End of stack trace from previous location where exception was thrown" separating the two.
堆栈跟踪同时包括新的和原来位置的帧,并通过“Endofstacktracefrompreviouslocationwhereexceptionwasthrown”文字分割两者。
He sat with a stack of spectacle frames on the table in front of him, examining each for defects.
他坐在一张放着一堆眼镜架的桌子前,一副一副地寻找瑕疵。
The order of the functions in the traceback is the same as the order of the frames in the stack diagram.
追溯中对函数顺序的排列是同栈图的方框顺序一样的。
Function names for frames on the call stack, which might be wrong if the optimizer merges two functions.
调用堆栈上框架的函数名称(如果优化器合并两个函数,则函数名称可能是错误的)。
The frames that you see on the call stack are almost always correct, however, assuming you have symbols for all frames.
但是,假定所有框架都有符号,则在调用堆栈上看到的框架几乎总是正确的。
Toggles the 'frame stack' window, which displays the stack of visible frames under the mouse pointer. (There are also key bindings for this).
切换“窗口堆栈”窗口,该窗口指代当前鼠标指针下的可见窗口。(这个功能也有一些按键绑定)
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
取得在掷回目前例外状况时,呼叫堆叠上框架的字串表示。
How to: Step out of Managed Code when Native Frames are Missing from the Call Stack Window.
如何:在“调用堆栈”窗口中缺少本机框架时跳出托管代码。
How to: Step out of Managed Code when Native Frames are Missing from the Call Stack Window.
如何:在“调用堆栈”窗口中缺少本机框架时跳出托管代码。
应用推荐