栈操作 meaning in Chinese
stack operation
Examples
- Ing strings onto an array is time - intensive ; first of all , we have a function call which means pushing items onto a stack , and then taking them off , and we also have the additional array management overhead
到一个字符串中非常耗时;首先,我们要执行一次函数调用(这会涉及压栈和出栈操作) ,还要添加额外的数组管理工作。 - Has to be created , the jvm needs to say " freeze , i want an nice picture of you now , so stop that pushing and popping and smile nicely until i m done . " a stack trace doesn t just contain one or two elements from the stack , it contains every element , from top to bottom , with line numbers and everything
时, jvm不得不说: “先别动,我想就您现在的样子存一份快照,所以暂时停止入栈和出栈操作,笑着等我拍完快照吧。 ”栈跟踪不只包含运行时栈中的一两个元素,而是包含这个栈中的每一个元素,从栈顶到栈底,还有行号和一切应有的东西。