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.
Improve Crossgen2 map file emitter (dotnet#35459)
* Improve Crossgen2 map file emitter I have rewritten the file name emitter with two main goals in mind: 1) Fix the long-standing problem that map file wasn't showing true RVA's of the individual symbols / nodes, making it harder to correlate its information with in-memory R2R PE layout. 2) Add section size and statistics section roughly mimicking what JanV presented in his recent analytic breakdown of R2R contents. Thanks Tomas
- Loading branch information
Showing
6 changed files
with
329 additions
and
41 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
Oops, something went wrong.