So, in this function, we are using the backchain pointer, the link register save area, and one local variable.
所以,在这个函数中,我们使用了回链指针、链接寄存器保存区和一个本地变量。
2
Each stack frame holds a pointer to the previous stack frame (called the backchain pointer), as well as a space for return addresses for when it calls other functions.