stack pointer的意思
stack pointer中文翻譯:
[計]棧指針;棧指示器;[計]堆棧指示字
棧指示器; 堆棧指示器; 堆棧指示字; 堆棧指針
相似詞語短語
star point───[電]星點;中性點
star points───[電]星點;中性點
Italian pointer───意大利指針
impact printer───[計]擊打式印刷機
rotary printer───旋轉式打印機
Italian pointers───意大利指針
ace point───王牌點
雙語使用場景
Since pushing a variable essentially moves the stack pointer by a dword, the stack pointer is adjusted by adding 4 (the size of a dword) to it (line 32).───因為在堆棧中壓入一個變量會讓堆棧指針移動一個雙字,所以給堆棧指針加4(雙字的大小)(第32行)。
Each stack frame holds a pointer to the previous stack frame (called the back chain pointer), as well as a space for return addresses for when it calls other functions.───每個堆棧框架都有一個指向前一個堆棧框架的指針(稱為回鏈指針),還有一個當它調用其他函數時用于存放返回地址的空間。
Stack pointer corruption can be caused by a calling convention mismatch.───堆疊指標損毀可能由于呼叫慣例不符合造成.
Stack pointer verification, which detects stack pointer corruption.───堆棧指針驗證, 該操作檢測堆棧指針損壞.
英語使用場景
The calling function must not care where the stack pointer is currently pointing.
Stack pointer verification, which detects stack pointer corruption.
Finally, the stack pointer is moved to reserve all the needed stack space using the instruction ai $sp, $sp,(Sentencedict) -FRAME_SIZE.
Inline assembly can be written to determine the stack pointer.
Stack pointer corruption can be caused by a calling convention mismatch.
These instructions assume the existence of a stack pointer, for which R13 is used.
Since pushing a variable essentially moves the stack pointer by a dword, the stack pointer is adjusted by adding 4 (the size of a dword) to it (line 32).
If a function is executing, then the stack pointer is pointing to the top of the whole stack, which is also the top of that function's activation record.
The stack pointer relative addressing mode permits optimized C compiler stack model for local variables and parameter passing.