tnachen opened PR #5307 from tnachen/sigset
to main
:
Changed stack_ret_arg to become a boolean on SigData, as the stack_return_arg is always the last argument.
Refactored all SigSet methods on SigData to be in SigSet instead.
tnachen updated PR #5307 from tnachen/sigset
to main
.
jameysharp submitted PR review.
jameysharp submitted PR review.
jameysharp created PR review comment:
A small note:
Sig
doesn't need to be passed by reference in any of these functions. It's only a 32-bit value.SigData
was passed by reference because, as you're working on fixing, it was much larger.
tnachen updated PR #5307 from tnachen/sigset
to main
.
abrown updated PR #5307 from tnachen/sigset
to main
.
jameysharp submitted PR review.
jameysharp created PR review comment:
This is a small thing, but could you put this back the way it was before?
if let Some(i) = sigs[self.sig].stack_ret_arg {
jameysharp submitted PR review.
jameysharp created PR review comment:
I wouldn't bother to mention this except I'm making some other requests already: could you put this blank line back?
jameysharp created PR review comment:
I would like you to remove the
&
from all the&Sig
parameters, which will mean removing some*
dereferences in a few places too. I hope that's easy to do, but let me know if it turns out to be complicated for some reason I haven't thought of.
tnachen updated PR #5307 from tnachen/sigset
to main
.
tnachen updated PR #5307 from tnachen/sigset
to main
.
tnachen updated PR #5307 from tnachen/sigset
to main
.
tnachen requested jameysharp for a review on PR #5307.
Last updated: Nov 22 2024 at 16:03 UTC