-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Remove calls to empty RuntimeHelpers.PrepareConstrainedRegions() #33191
Remove calls to empty RuntimeHelpers.PrepareConstrainedRegions() #33191
Conversation
The ones under src/coreclr/src/System.Private.CoreLib/src should be fine to remove. |
src/libraries/System.Net.HttpListener/src/System/Net/Windows/WebSockets/WebSocketBase.cs
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/IO/UnmanagedMemoryStream.cs
Show resolved
Hide resolved
...tem.Reflection.Metadata/src/System/Reflection/Internal/MemoryBlocks/MemoryMappedFileBlock.cs
Outdated
Show resolved
Hide resolved
…lr/src/System.Private.CoreLib/src
src/libraries/System.Net.HttpListener/src/System/Net/Windows/WebSockets/WebSocketBase.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.HttpListener/src/System/Net/Windows/WebSockets/WebSocketBase.cs
Show resolved
Hide resolved
what is the reason of failed builds? |
A seg fault in a variety of coreclr tests on Linux. I don't think it's related to your PR, but I'm running the tests again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
The Linux failures are known issue fixed by #33580 |
Remove calls to empty
RuntimeHelpers.PrepareConstrainedRegions()
Issue #33179
Skipped (please let me know if need some action on these):
Please review,
Thank you in advance