Skip to content

[NativeAOT] enable background GC on Unix #74735

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

Merged
merged 6 commits into from
Aug 29, 2022
Merged

[NativeAOT] enable background GC on Unix #74735

merged 6 commits into from
Aug 29, 2022

Conversation

VSadov
Copy link
Member

@VSadov VSadov commented Aug 29, 2022

BGC is actually already enabled by default, but Unix requires software writewatch, so the change enables that to unblock BGC.

Also enables card bundles.
Also makes Unix crst recursive to match Windows. (fixes: #74680)

@ghost ghost assigned VSadov Aug 29, 2022
@VSadov
Copy link
Member Author

VSadov commented Aug 29, 2022

/azp run runtime-extra-platforms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@VSadov
Copy link
Member Author

VSadov commented Aug 29, 2022

Thanks!!

@VSadov VSadov merged commit 1d27c3d into dotnet:main Aug 29, 2022
@VSadov VSadov deleted the bgc branch August 29, 2022 18:09
@VSadov
Copy link
Member Author

VSadov commented Aug 29, 2022

/backport to release/7.0

@github-actions
Copy link
Contributor

Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/2950738079

@ghost ghost locked as resolved and limited conversation to collaborators Sep 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NativeAOT] Need to add support on Unix for recursive Crst
2 participants