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

Reenable default UnreachableBodies optimization #1799

Merged
merged 1 commit into from
Feb 8, 2021

Conversation

marek-safar
Copy link
Contributor

Whole runtime repo now passes with it and I could not repro xamarin issue
locally. If this will turn out problem again it can now temporary disabled
on per assembly basis.

Whole runtime repo now passes with it and I could not repro xamarin issue
locally. If this will turn out problem again it can now temporary disabled
on per assembly basis.
@vitek-karas
Copy link
Member

Just curious - do we have any data on how many methods are affected when running linker in dotnet/runtime (on libraries)?
Once we build the app, I'm not worried, but we would run this on assemblies shipped as official framework for everybody, that's where I'm a bit concerned.

Base automatically changed from master to main February 4, 2021 22:14
@marek-safar
Copy link
Contributor Author

I ran it on one of the runtime pack build and only 3 assemblies were changed

  • System.Data.Common
  • System.Security.Cryptography.X509Certificates.dll
  • System.Transactions.Local.dll

@marek-safar marek-safar merged commit 15ab783 into dotnet:main Feb 8, 2021
@marek-safar marek-safar deleted the opt branch February 8, 2021 14:41
agocke pushed a commit to dotnet/runtime that referenced this pull request Nov 16, 2022
Whole runtime repo now passes with it and I could not repro xamarin issue
locally. If this will turn out problem again it can now temporary disabled
on per assembly basis.

Commit migrated from dotnet/linker@15ab783
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants