Skip to content
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

avoid allocating a GC frame on the alt stack #49650

Merged
merged 1 commit into from
May 8, 2023
Merged

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented May 5, 2023

This might be confusing for GC marking, which will not expect to see it running on the altstack. And the link to prev might get corrupted if there is any sort of error that happens during the processing of the signal that causes us to start handling another signal.

This might be confusing for GC marking, which will not expect to see it
running on the altstack. And the link to prev might get corrupted if
there is any sort of error that happens during the processing of the
signal that causes us to start handling another signal.
@vtjnash vtjnash force-pushed the jn/sig-task-cleanup branch from 674cba9 to cc25788 Compare May 5, 2023 16:10
@vtjnash vtjnash merged commit 2cad2a7 into master May 8, 2023
@vtjnash vtjnash deleted the jn/sig-task-cleanup branch May 8, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant