栈顶 meaning in English
stack top
top of stack
topofstack
Examples
- At the bottom of the stack right up to the top
(在栈底)到栈顶,记录整个栈。 - Take a string off the top of the stack
从栈顶取得一个字符串。 - The top of the stack generally isn t interesting , since that s tracing the classloader code itself
栈顶通常不值得关注,因为那追踪的是类加载器代码本身。 - The address at the top of the stack represents the function that was last called that is , the active function
栈顶的地址就代表最后一次被调用的函数(也就是当前的活动函数) 。 - When an exit address is encountered , the current active function has returned and the top element on the stack is discarded
在碰到退出函数时,当前的活动函数就会返回,并释放栈顶元素。