stack instruction 中文意思是什麼

stack instruction 解釋
棧指令
  • stack : n 1 (麥桿等的)堆,垛;乾草堆。2 積材,層積,堆積;〈英國〉一堆〈木材等的計量單位,=108立方英尺...
  • instruction : n. 1. 教育,教導。2. 教訓,教誨。3. 〈 pl. 〉 指令,訓令,指示,細目。
  1. It indicates that the current method s stack frame should be removed before the call instruction is executed

    它指示在執行調用指令前應移除當前方法的堆棧幀。
  2. Performs a postfixed method call instruction such that the current method s stack frame is removed before the actual call instruction is executed

    執行后綴的方法調用指令,以便在執行實際調用指令前移除當前方法的堆棧幀。
  3. Instruction computes the bitwise xor of the top two values on the stack and leaves the result on the stack

    指令計算位於堆棧頂部的兩個值的按位異或,並且將結果留在堆棧上。
  4. Class to place the instruction directly on the stack

    類將指令直接放置在堆棧上。
  5. The instruction set includes all the normal arithmetic and logical operations, along with conditional and unconditional branches, load store, call return, stack manipulation, and several special types of instructions

    指令集包含所有的常規算術和邏輯運算,以及條件轉移和無條件轉移、裝入存儲、調用返回、堆棧操作和幾種特殊類型的指令。
  6. Adaptive stack cache with fast address generation policy decouples stack references from other data references, improves instruction - level parallelism, reduces data cache pollution, and decreases data cache miss ratio. stack access latency can be reduced by using fast address generation scheme proposed here

    該方案將棧訪問從數據高速緩存的訪問中分離出來,充分利用棧空間數據訪問的特點,提高指令級并行度,減少數據高速緩存污染,降低數據高速緩存失效率,並採用快速地址計算策略,減少棧訪問的命中時間。
  7. Method and systems are disclosed for exploring instruction - level parallelism in superscalar processors by renaming stack entries

    本發明揭露了經由重新命名堆疊記錄之方法與系統裝置,以發掘超純量處理機指令間平行度。
  8. Instruction removes the top element from the stack

    指令從堆棧中移除頂部元素。
  9. Instruction duplicates the top element of the stack, and leaves two identical values atop it

    指令重復堆棧的頂層元素,並且將兩個相等值留在堆棧頂部。
  10. Instruction causes the jvm to pop the exception object off the top of the execution stack

    指令引起jvm將異常對象彈出執行堆棧。
  11. In order to solve the problems about unfixed instruction length, stack - orientation and addressing virtualization in jvm instruction set, the instruction fetch unit, stack cache and mechanism of address translation in java chip system are studied

    為了解決java虛擬機指令系統中指令不定長、面向堆棧和地址虛擬化等問題,本文研究了java晶元中取指部件、堆棧緩沖部件和地址轉換機制以及相應物理存儲器的管理等關鍵技術。
  12. For the instruction that is on the call stack

    。如果調試符號不可用,則省略此信息。
  13. It uses a stack architecture, meaning instruction operands are loaded to an internal stack before they re used

    它使用堆棧體系結構,這意味著在使用指令操作數之前要先將它們裝入內部堆棧。
  14. The way the msil instruction pushes operand onto the stack

    Msil指令將操作數推到堆棧上的方式。
  15. How the microsoft intermediate language msil instruction pushes operand onto the stack

    Microsoft中間語言( msil )指令將操作數推到堆棧上的方式。
  16. Instruction can be used to load a value type or a primitive value onto the stack by copying it from an incoming argument

    可以使用ldarg . 1指令通過從傳入的參數中復制值類型或基元值來將它們加載到堆棧上。
  17. In the implementing of virtual machine, all p - instructions are encapsulated as classes. the virtual machine maintains the run - time environment, which is composed of code section, data section, function calling stack, operand stack, instruction pointer, etc. all that is good to the executing and the debugging of program

    在虛擬機實現方面,將所有p -指令封裝為類來實現;並用虛擬機維護由代碼區、數據區、函數調用棧、操作數棧和指令計數器等共同構成的運行時環境,控製程序的執行,有利於實現調試功能。
分享友人