Linus Torvalds writes: (Summary)
On Thu, 26 Oct 2017, Andy Lutomirski wrote:
Not seeing any problems in this series. I'm taking it we couldn't just replace the 'mov' instructions in the save/restore macros..
'mov' instructions in the save/restore macros..
I *do* ask that when we have code like this:
I *do* ask that when we have code like this:
POP_EXTRA_REGS
POP_C_REGS
addq $8, %rsp
addq $8, %rsp
that "addq $8" would have a comment about what stack entry we're skipping.
[...]
tree from a couple days ago.Not seeing any problems in this series. I'm taking it we couldn't just replace the 'mov' instructions in the save/restore macros..
'mov' instructions in the save/restore macros..
I *do* ask that when we have code like this:
I *do* ask that when we have code like this:
POP_EXTRA_REGS
POP_C_REGS
addq $8, %rsp
addq $8, %rsp
that "addq $8" would have a comment about what stack entry we're skipping.