运行时栈 meaning in English
run time stack
Examples
- Building those stack traces requires taking a snapshot of the runtime stack , and that s the expensive part
构建这些栈跟踪时需要为运行时栈做一份快照,正是这一部分开销很大。 - Object created in the first line . as long as the method is executing , the reference to the
当该方法执行时,运行时栈保留了一个对stringbuffer对象的引用,这个对象是在程序的第一行产生的。 - The runtime stack is not designed for efficient exception creation ; it s designed to let the runtime run as fast as possible
运行时栈不是为有效的异常创建而设计的,而是设计用来让运行时尽可能快地运行。 - 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不得不说: “先别动,我想就您现在的样子存一份快照,所以暂时停止入栈和出栈操作,笑着等我拍完快照吧。 ”栈跟踪不只包含运行时栈中的一两个元素,而是包含这个栈中的每一个元素,从栈顶到栈底,还有行号和一切应有的东西。