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

Auto tune register selection heuristics #55374

Open
kunalspathak opened this issue Jul 8, 2021 · 1 comment
Open

Auto tune register selection heuristics #55374

kunalspathak opened this issue Jul 8, 2021 · 1 comment
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI Priority:1 Work that is critical for the release, but we could probably ship without
Milestone

Comments

@kunalspathak
Copy link
Member

kunalspathak commented Jul 8, 2021

As part of #43318, lot of experiments were performed to analyze the optimal ordering of register selection heuristics. As a continued effort, implement an auto-tuning framework which would pick the right ordering based on the method for which register allocation is happening.

category:cq
theme:register-allocator
skill-level:expert
cost:medium
impact:medium

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jul 8, 2021
@kunalspathak kunalspathak added this to the Future milestone Jul 8, 2021
@kunalspathak kunalspathak added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jul 8, 2021
@kunalspathak kunalspathak self-assigned this Jul 8, 2021
@JulieLeeMSFT JulieLeeMSFT added Priority:1 Work that is critical for the release, but we could probably ship without and removed untriaged New issue has not been triaged by the area owner labels Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI Priority:1 Work that is critical for the release, but we could probably ship without
Projects
None yet
Development

No branches or pull requests

2 participants