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

Fixes to R2RDump to dump respective hot/cold parts together #1945

Merged

Conversation

EugenioPena
Copy link

@EugenioPena EugenioPena commented Jul 28, 2022

Fixes #1908 where functions wouldn't be dumped with their respective methods. Made changes to ReadyToRunReader.cs in the functions EnsureMethods and CountRuntimeFunctions, as well as to ReadyToRunMethods.cs, adding ColdRuntimeFunctionId and ColdRuntimeFunctionCount properties, as well as changing ParseRuntimeFunctions to iterate through both the hot and cold functions.

@cshung cshung merged commit 3fd644e into dotnet:feature/hot-cold-splitting Jul 29, 2022
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.

2 participants