forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for Crossgen2 compilation of System.ServiceModel.Syndication (dot…
…net#35728) I have added a new flag CORINFO_FLG_DONT_PROMOTE to suppress field promotion for types outside of the compilation version bubble. I have also fixed two other small inconsistencies I noticed in the investigation: 1) I have changed getClassName to use TypeString as the output matches Crossgen1 and makes NGenDump outputs easier to compare. 2) When I was comparing the NGen dumps, I noticed a check in Crossgen1 missing in Crossgen2 - only setting CORINFO_FLG_BEFOREFIELDINIT for types in the same version bubble; so I made it conditional in Crossgen2 too. Thanks Tomas
- Loading branch information
Showing
5 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters