When segmented stacks are used, this omits the usual __morestack prologue on functions that do not perform any stack allocations.
This ought to be valid since these functions never need to grow the stack.
This is particularly beneficial to small functions, where the prologue would otherwise outweigh the actual code.
Details
Details
- Reviewers
nadav t.p.northover
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi Florian,
I am not that familiar with this code. Tim, can you please review this patch?
Thanks,
Nadav
Comment Actions
Hi Florian,
This looks good & safe to me, from what I understand of segmented stacks.
Cheers.
Tim.
Comment Actions
Hi Tim,
Thank you for reviewing this change.
As this is my first time going through this process, I'm admittedly not sure what the next step towards getting this committed is.
Is it common to explicitly ask someone with commit access to do the commit?
Regards,
Florian
Comment Actions
Is it common to explicitly ask someone with commit access to do the commit?
Yep, that's what most people do at first. I've committed it as r209436.
Cheers.
Tim.