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 uses of TypeInfo from the reflection stack #80833

Merged
merged 1 commit into from
Jan 19, 2023

Conversation

MichalStrehovsky
Copy link
Member

Contributes to #80165.

Not aware of a good reason to keep using it. Removes TypeDelegator from apps that don't use it. Saves 7 kB (but also stepping stone for the larger savings later).

Cc @dotnet/ilc-contrib

Not aware of a good reason to keep using it.
@ghost
Copy link

ghost commented Jan 19, 2023

Tagging subscribers to this area: @dotnet/area-system-reflection
See info in area-owners.md if you want to be subscribed.

Issue Details

Contributes to #80165.

Not aware of a good reason to keep using it. Removes TypeDelegator from apps that don't use it. Saves 7 kB (but also stepping stone for the larger savings later).

Cc @dotnet/ilc-contrib

Author: MichalStrehovsky
Assignees: MichalStrehovsky
Labels:

area-System.Reflection

Milestone: -

@ghost
Copy link

ghost commented Jan 19, 2023

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

Issue Details

Contributes to #80165.

Not aware of a good reason to keep using it. Removes TypeDelegator from apps that don't use it. Saves 7 kB (but also stepping stone for the larger savings later).

Cc @dotnet/ilc-contrib

Author: MichalStrehovsky
Assignees: MichalStrehovsky
Labels:

area-NativeAOT-coreclr

Milestone: -

@MichalStrehovsky MichalStrehovsky merged commit 88ab5ba into dotnet:main Jan 19, 2023
@MichalStrehovsky MichalStrehovsky deleted the typeinfo branch January 19, 2023 07:10
mdh1418 pushed a commit to mdh1418/runtime that referenced this pull request Jan 24, 2023
Contributes to dotnet#80165.

Not aware of a good reason to keep using it. Removes `TypeDelegator` from apps that don't use it. Saves 7 kB (but also stepping stone for the larger savings later).
@ghost ghost locked as resolved and limited conversation to collaborators Feb 18, 2023
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.

2 participants