operand stack
常见例句
- Bytecodes describe calculations using a theoretically infinitely large operand stack.
字節碼使用一個理論上無限大的操作數堆棧來描述計算。 - The operations that can be performed on the operand stack are all defined independently of any native processor's instruction set.
可在操作數堆棧上執行的操作的定義都獨立於所有本地処理器的指令集。 - But unlike the local variables, which are accessed via array indices, the operand stack is accessed by pushing and popping values.
但是和前者不同的是,它不是通過索引來訪問,而是通過標準的棧操作—壓棧和出棧—來訪問的。 返回 operand stack