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