Skip to content

Cleanup multicast delegate handling#130905

Open
MichalPetryka wants to merge 2 commits into
dotnet:mainfrom
MichalPetryka:multicast-array
Open

Cleanup multicast delegate handling#130905
MichalPetryka wants to merge 2 commits into
dotnet:mainfrom
MichalPetryka:multicast-array

Conversation

@MichalPetryka

@MichalPetryka MichalPetryka commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Builds on previous PRs.

Switches multicast to Wrapper[], cleans up and spanifies combine/remove.

Cleans up code after the moves and type changes.

cc @jkotas @tannergooding

@dotnet-policy-service dotnet-policy-service Bot added the community-contribution Indicates that the PR has been added by a community member label Jul 16, 2026
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).
12 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @agocke
See info in area-owners.md if you want to be subscribed.

@MichalPetryka

Copy link
Copy Markdown
Contributor Author

@MihuBot -nuget

Comment thread src/coreclr/System.Private.CoreLib/src/System/Delegate.CoreCLR.cs
Comment thread src/coreclr/System.Private.CoreLib/src/System/Delegate.CoreCLR.cs
Comment thread src/coreclr/System.Private.CoreLib/src/System/Delegate.CoreCLR.cs Outdated
Comment thread src/coreclr/vm/comdelegate.cpp Outdated
private const nint UnmanagedMarker = -1;

// This is set under 3 circumstances
// 1. Multicast delegates - object[]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Comments like this need updating

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-VM-coreclr community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants