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

Enable QueueUserAPC2 suspension even without CET #99076

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Feb 28, 2024

No description provided.

@jkotas
Copy link
Member Author

jkotas commented Feb 28, 2024

I think have QueueUserAPC2-based suspension enable for native AOT unconditionally. We should do the same for regular CoreCLR.

@VSadov
Copy link
Member

VSadov commented Feb 28, 2024

I think have QueueUserAPC2-based suspension enable for native AOT unconditionally. We should do the same for regular CoreCLR.

Yes, QueueUserAPC2 scales a lot better than linear one-by-one thread suspension.
The comment had "once had .. enough bake time". I think we had enough of that by now.

Copy link
Member

@VSadov VSadov left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@jkotas jkotas merged commit dac4446 into dotnet:main Feb 28, 2024
109 of 111 checks passed
@jkotas jkotas deleted the EnableAPC2 branch February 28, 2024 23:06
@github-actions github-actions bot locked and limited conversation to collaborators Mar 30, 2024
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.

3 participants