-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: add missing //go:nosplit for Windows context methods #49991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This PR (HEAD: e306436) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/369494 to see it. Tip: You can toggle comments from me using the |
Message from Patrik Nyblom: Patch Set 1: Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/369494. |
Message from Go Bot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/369494. |
Message from Go Bot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/369494. |
Message from Michael Knyszek: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/369494. |
Message from Ian Lance Taylor: Patch Set 1: Code-Review+2 (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/369494. |
This PR (HEAD: 53af3c4) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/369494 to see it. Tip: You can toggle comments from me using the |
Message from Ian Lance Taylor: Patch Set 3: Code-Review+2 (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/369494. |
Message from Austin Clements: Patch Set 3: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/369494. |
Message from Honsun Zhu: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/369494. |
Avoid calling morestack when we handling exceptions.