The stack pointer is modified or updated for each transfer.
More particularly, the code translator may track the cumulative modification to the stack pointer of instructions which have been translated.
Plus particulièrement, le convertisseur de code peut suivre les changements cumulatifs du pointeur de pile d'instructions qui ont été converties.
If you want to increment the stack pointer a certain amount.
We also need a special pointer(stack pointer) to keep track of the top of our stack.
Nous avons besoin également d'un indicateur spécial (indicateur de pile) pour maintenir le dessus de notre pile.
Do you know where your stack pointer is?
Savez-vous où votre pointeur de pile se trouve?
If so, the instruction to perform the push may be eliminated and the stack pointer may be adjusted.
Si tel est le cas, l'instruction d'effectuer le chargement peut être supprimée et le pointeur de pile réglé.
The "stack pointer" is a register that holds the current location of the top of the stack.
Le pointeur de pile est un registre qui référence la position courante du sommet de la pile.
delayed update of a stack pointer and program counter
mise à jour différée d'un registre de pointeur de pile et d'un compteur d'instructions
It is an error to used this flag with the frame pointer or stack pointer.
C'est une erreur d'utiliser ce drapeau avec le pointeur de cadre ou le pointeur de pile.
An embodiment of the lookahead unit generates lookahead values for the stack pointer register by maintaining cumulative effects of the increments and decrements of previously dispatched instructions.
Un mode de réalisation de l'unité prospective produit des valeurs prospectives pour le registre de pointeur de pile par maintien des effets cumulatifs des incréments et décréments d'instructions distribuées antérieurement.
The cumulative effects of the increments and decrements prior to a particular instruction may be added to a previously generated value of the stack pointer register to generate a lookahead value for that particular instruction.
Les effets cumulatifs des incréments et des décréments avant une instruction particulière peuvent être ajoutés à une valeur produite antérieurement du registre de pointeur de pile, afin de produire une valeur prospective pour cette instruction particulière.
The code translator may update a stack pointer register which identifies the top of the operand stack to reflect the effects on the stack of an instruction sequence which has been translated.
Ce convertisseur de code peut mettre à jour un registre de pointeur de pile qui identifie le sommet de la pile d'opérandes de façon à refléter les effets sur la pile d'une séquence d'instruction ayant été convertie.
Also, -fomit-frame-pointer, means that the compiler has to constantly adjust the stack pointer after calls, while with a frame, it can let the stack accumulate for a few calls.
Il faut préciser que l'option -fomit-frame-pointer, signifie que le compilateur doit constamment ajuster le pointeur de pile après les appels, alors qu'avec une fenêtre, il peut laisser plusieurs appels dans la pile.