-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Expose the x86 WaitPkg intrinsics #117437
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
Conversation
|
Does this instruction require special handling in thread suspension to avoid GC starvation? For example, if the program executes this instruction in a non-interruptible loop, can it lead to thread suspension hang? |
Yes, most likely. The upper limit is dictated by the OS and can be There's something in Mono blocking this which I've not finished looking at as well. I don't plan on getting to this for .NET 10 at this point, we'll wait for .NET 11 and ideally take advantage of it in the runtime where applicable. |
|
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
This resolves #66873