指令棧 的英文怎麼說

中文拼音 [zhǐlìngzhàn]
指令棧 英文
i truction stack
  • : 指構詞成分。
  • : 名詞1 (養牲畜的柵欄) shed; pen 2 (棧道) a plank road built on sides of cliffs for army3 (棧...
  • 指令 : 1 (指示; 命令) instruct; order; direct2 (上級機關對下級機關的指示) instructions; order; direc...
  1. In the past ten years, stack overflow has become one of most common attacks. smashing stack is a kind of systemly attack, which usually write overlong contents in application frame in order to change the control flow to invader

    溢出的是一種系統攻擊的手段,通過往程序的堆寫超出其長度的內容,造成堆的溢出,使程序轉而執行其它,以達到攻擊的目的。
  2. It indicates that the current method s stack frame should be removed before the call instruction is executed

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

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

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

    類將直接放置在堆上。
  6. 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

    集包含所有的常規算術和邏輯運算,以及條件轉移和無條件轉移、裝入存儲、調用返回、堆操作和幾種特殊類型的
  7. 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

    該方案將訪問從數據高速緩存的訪問中分離出來,充分利用空間數據訪問的特點,提高級并行度,減少數據高速緩存污染,降低數據高速緩存失效率,並採用快速地址計算策略,減少訪問的命中時間。
  8. Here a delaying - allocation optimizing strategy is proposed, it adopts a coarse - grained adjustment of the stack frame. at the call site allocations, the caller ’ s stack frame is reduced according to the actual usage while the callee only be allocated a limited stack frame, consequently, the potential spill is reduced to the best advantage

    本文提出一種基於延遲分配的寄存器分配策略,為了減少額外代價,採用粗粒度的幀調整策略,在調用點處使用alloc調整調用者的幀大小,並為被調用過程分配部分幀,在調用點處從調用者和被調用者兩個角度盡量縮減各自的幀,從而減少幀的溢出。
  9. There are no push or pop instructions and no dedicated stack pointer register defined by the architecture

    體系結構沒有定義壓入或者彈出,也沒有定義專門的針寄存器。
  10. Instruction removes the top element from the stack

    從堆中移除頂部元素。
  11. The pre - verification process optimizes the execution flows, creates stackmaps containing catalogs of instructions in the application, and then adds the stackmaps to the pre - verified class files

    預驗證過程優化執行流,創建應用程序中包含目錄的堆映射( stackmap ) ,然後將堆映射添加到經預驗證的類文件。
  12. Many traditional optimizations such as register allocation optimizations are able to reduce the energy consumption indirectly while reducing the executed instructions. for instance, the improvements to the code generation techniques for the register stack can reduce the register saves and restores, further reduce the energy consumption and the execution delay

    例如在itanium中,對寄存器分配的優化,可以減少rse ( registerstackengine )的溢出和填入操作,從而減少了處理器的等待時間,同時,降低了執行帶來的功耗。
  13. It can also be applied to multithread scheme by adding thread identifier. our experiment results indicate that about 25. 8 % of all memory reference instructions in spec cpu2000 benchmarks are executed in parallel by adopting adaptive stack cache with fast address generation. on average 9. 4 % data cache miss is reduced

    Speccpu2000程序運行結果表明,採用快速地址計算的自適應高速緩存方案, 25 . 8 %的訪存可以并行執行,數據高速緩存失效率平均降低9 . 4 % , ipc值平均提高6 . 9 % 。
  14. Instruction duplicates the top element of the stack, and leaves two identical values atop it

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

    引起jvm將異常對象彈出執行堆
  16. 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晶元中取部件、堆緩沖部件和地址轉換機制以及相應物理存儲器的管理等關鍵技術。
  17. Instruction throws the exception object type

    引發當前位於堆上的異常對象(
  18. It uses a stack architecture, meaning instruction operands are loaded to an internal stack before they re used

    它使用堆體系結構,這意味著在使用操作數之前要先將它們裝入內部堆
  19. Sse and sse2 instructions will be used for some scalar floating - point computations, when it is determined that it is faster to use the sse sse2 instructions and registers rather than the x87 floating - point register stack

    時,優化程序將選擇何時以及如何使用sse和sse2。當確定使用sse / sse2和寄存器肯定要比使用x87浮點寄存器堆更快時, sse和sse2將用於某些標量浮點計算。
  20. The way the msil instruction pushes operand onto the stack

    Msil將操作數推到堆上的方式。
分享友人