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

Use [SkipLocalsInit] in dotnet/runtime #35527

Closed
stephentoub opened this issue Apr 27, 2020 · 0 comments · Fixed by #37541
Closed

Use [SkipLocalsInit] in dotnet/runtime #35527

stephentoub opened this issue Apr 27, 2020 · 0 comments · Fixed by #37541
Assignees
Labels
area-Meta linkable-framework Issues associated with delivering a linker friendly framework untriaged New issue has not been triaged by the area owner
Milestone

Comments

@stephentoub
Copy link
Member

We currently use ILLink to strip locals init. Now that the C# compiler supports the ability to not output locals init in the first place (via [SkipLocalsInit]) we should switch to using that.

@stephentoub stephentoub added this to the 5.0 milestone Apr 27, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Apr 27, 2020
@eerhardt eerhardt added area-Meta linkable-framework Issues associated with delivering a linker friendly framework and removed area-Trimming labels May 26, 2020
@layomia layomia self-assigned this May 27, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Meta linkable-framework Issues associated with delivering a linker friendly framework untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants