1 Matching Annotations
- Feb 2022
-
www.cs.sfu.ca www.cs.sfu.ca
-
convention, registers %rbx, %rbp, and %r12–%r15 are classified as callee-saved registers. When procedure P calls procedure Q, Q must preserve the valuesof these registers, ensuring that they have the same values when Q returns to P asthey did when Q was called
callee-saved register 有什么作用,应该如何理解?
-