-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Move ASG rationalization to just after global morph
#85494
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
Move ASG rationalization to just after global morph
#85494
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsCI/diffs check.
|
a6d0c3b to
cf5d92f
Compare
cf5d92f to
4fd88a7
Compare
4fd88a7 to
114df04
Compare
114df04 to
2c022d5
Compare
2c022d5 to
1aa7ffd
Compare
|
There are a few code diffs. They come from two sources:
@dotnet/jit-contrib |
…Asg-Before-Global-Morph
|
This looks great, and the throughput improvement is amazing. Let's run some stress... |
|
/azp run runtime-coreclr outerloop, runtime-coreclr jitstress, runtime-coreclr libraries-jitstress, Fuzzlyn |
|
Azure Pipelines successfully started running 4 pipeline(s). |
|
The only test failure is #85663 |
BruceForstall
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.
Thanks again for your substantial contributions to RyuJIT!


This moves the rationalization further up the phase list, placing it just before global morph.