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

Add dedicated empty array enumerator for footprint reduction #82899

Merged
merged 2 commits into from
Mar 2, 2023

Conversation

stephentoub
Copy link
Member

Its singleton can be used in places where it's less likely the consumer will otherwise be using a T[], such that it's less likely we'll need to generate code for T[].

Closes #82732

@stephentoub stephentoub requested a review from jkotas March 2, 2023 15:03
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost ghost assigned stephentoub Mar 2, 2023
Its singleton can be used in places where it's less likely the consumer will otherwise be using a T[], such that it's less likely we'll need to generate code for T[].
@ghost
Copy link

ghost commented Mar 2, 2023

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

Issue Details

Its singleton can be used in places where it's less likely the consumer will otherwise be using a T[], such that it's less likely we'll need to generate code for T[].

Closes #82732

Author: stephentoub
Assignees: stephentoub
Labels:

area-System.Runtime

Milestone: -

@stephentoub
Copy link
Member Author

Failures are all known

@stephentoub stephentoub merged commit 32f6c07 into dotnet:main Mar 2, 2023
@stephentoub stephentoub deleted the emptyenumerator branch March 2, 2023 21:19
@ghost ghost locked as resolved and limited conversation to collaborators Apr 2, 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.

Size regression in Minimal API NativeAOT app
2 participants