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

Remove .NET Framework-era remoteable wait subsystem #109754

Merged
merged 7 commits into from
Dec 4, 2024

Conversation

jkoritzinsky
Copy link
Member

Remove code relating to the old (Framework-only) remotable wait subsystem. This is unrelated to the named mutex implementation we have today (which uses an entirely different shared memory mechanism).

The actual shared-memory component has been shut off in CoreCLR, but all of this infrastructure has still been there and running over the years.

…stem. This is unrelated to the named mutex implementation we have today (which uses an entirely different shared memory mechanism)
@jkoritzinsky jkoritzinsky marked this pull request as ready for review November 13, 2024 00:28
@jkoritzinsky
Copy link
Member Author

/azp run runtime-coreclr outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jkoritzinsky jkoritzinsky requested a review from jkotas December 3, 2024 21:27
Copy link
Member

@janvorli janvorli left a comment

Choose a reason for hiding this comment

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

LGTM, thank you! I only have two micro nits in spelling / obsolete comment.

src/coreclr/pal/src/include/pal/corunix.hpp Outdated Show resolved Hide resolved
src/coreclr/pal/src/objmgr/listedobject.cpp Outdated Show resolved Hide resolved
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.

Thanks!

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