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

Lsra heuristic tuning experiment report #56103

Merged
merged 3 commits into from
Jul 21, 2021

Conversation

kunalspathak
Copy link
Member

Here is the draft that explains the background, motivation, experiments and outcome of LSRA heuristic tuning experiment.

Fixes #55376
Contributes to #43318

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jul 21, 2021
@kunalspathak
Copy link
Member Author

@dotnet/jit-contrib

Copy link
Member

@stephentoub stephentoub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great write-up. Thanks.

Copy link
Member

@BruceForstall BruceForstall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for writing this down.

It appears, but I think is not explicitly stated, that we didn't change the heuristic or heuristic ordering as a result of this experiment. Would it be reasonable to add some comment at the end to the effect of:

"We decided not to change any heuristic ordering at the current time as a result of this experiment. Instead, we will focus on fixing known LSRA issues as stated. After other LSRA weaknesses are addressed, we can choose to return to this experiment and use the techniques, tools, and knowledge here to inform a heuristic re-ordering."

?

@kunalspathak kunalspathak merged commit b2264cb into dotnet:main Jul 21, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Register selection heuristic tuning experiments report
3 participants