-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Fix hot/cold splitting #96074
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
Fix hot/cold splitting #96074
Conversation
Change dotnet#95836 removed a bit too much code, namely, a loop that set `BBF_COLD` on newly determined cold blocks. Restore that loop. Add some additional IG jump dumping. Fixes dotnet#95946
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
|
/azp run runtime-coreclr crossgen2 |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@amanasifkhalid PTAL |
amanasifkhalid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the fix!
|
Well, the crossgen2 pipeline isn't clean, but it's better? |
|
Thanks for fixing this, definitely looks like I deleted too much here. |
Change #95836 removed a bit too much code, namely, a loop that set
BBF_COLDon newly determined cold blocks. Restore that loop.Add some additional IG jump dumping.
Fixes #95946