Skip to content

Delete ObjectNodeSection.IsStandardSection #113217

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

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

MichalStrehovsky
Copy link
Member

@MichalStrehovsky MichalStrehovsky commented Mar 6, 2025

Cc @dotnet/ilc-contrib

@Copilot Copilot AI review requested due to automatic review settings March 6, 2025 15:03
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

PR Overview

This pull request removes the IsStandardSection property from ObjectNodeSection and its dependent GetSharedSection method from ObjectWriter.

  • Removed property IsStandardSection from ObjectNodeSection.cs.
  • Removed GetSharedSection method from ObjectWriter.cs which depended on the deleted property.

Reviewed Changes

File Description
src/coreclr/tools/Common/Compiler/DependencyAnalysis/ObjectNodeSection.cs Removed unused IsStandardSection property.
src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/ObjectWriter/ObjectWriter.cs Removed GetSharedSection method that used the deleted property.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Copy link
Contributor

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

@MichalStrehovsky MichalStrehovsky merged commit 94593b1 into dotnet:main Mar 6, 2025
94 checks passed
@MichalStrehovsky MichalStrehovsky deleted the ddcode branch March 6, 2025 21:34
@github-actions github-actions bot locked and limited conversation to collaborators Apr 6, 2025
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