sir*_*lot 6 c++ macos assembly
我正在查看函数调用的解集并发现:
movq %rsp, %rbp
pushq %rbx
subq $136, %rsp ; Pad the stack
....
addq $136, %rsp ; Unpad the stack
popq %rbx
popq %rbp
ret
Run Code Online (Sandbox Code Playgroud)
这样做有什么价值?