堆栈结构 meaning in Chinese
stack architecture
Examples
- The local variables occupy words of the stack frame , just like the method parameters
同方法变量一样,本地变量占用堆栈结构中的字。 - Frame objects represent execution frames . they may occur in traceback objects ( see below )
堆栈结构对象描述了可执行结构.它们会在跟踪回溯对象中出现(下述) - In terms of bytecode , each parameter occupies one or more words of the stack frame in use when the method is executed
对于字节码,在方法执行的时候,每个参数占用堆栈结构的一个或者两个字。 - Parameter for a virtual method is always at position 0 in the stack frame , followed by the parameters explicitly defined in the method declaration
指针通常在堆栈结构中的0位置,接着是方法声明中明确定义的参数。 - Parameters occupy different numbers of frame slots depending on the size of the parameter value compared to the standard word size
不同的参数占用不同数量的堆栈结构位置,这取决于参数值类型的大小与标准字大小的比较。