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

JIT: Recheck CSE defs in hot blocks for uses in cold blocks on non-xarch #75253

Open
jakobbotsch opened this issue Sep 8, 2022 · 1 comment
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@jakobbotsch
Copy link
Member

jakobbotsch commented Sep 8, 2022

Given there is less containment on non-xarch architectures it should be more attractive to create CSEs that have defs in hot blocks but uses in cold blocks. VTable GDV and delegate GDV are two places where this frequently occurs.
#75140 (comment)

category:cq
theme:cse
skill-level:intermediate
cost:small
impact:small

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 8, 2022
@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 Sep 8, 2022
@jakobbotsch jakobbotsch self-assigned this Sep 8, 2022
@jakobbotsch jakobbotsch added this to the 8.0.0 milestone Sep 8, 2022
@ghost
Copy link

ghost commented Sep 8, 2022

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

Given there is less containment on non-xarch architectures it should be more attractive to create CSEs that have defs in hot blocks but uses in cold blocks. VTable GDV and delegate GDV are two places where this frequently occurs.
#75140 (comment)

Author: jakobbotsch
Assignees: -
Labels:

area-CodeGen-coreclr, untriaged

Milestone: -

@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Sep 8, 2022
@jakobbotsch jakobbotsch modified the milestones: 8.0.0, Future Jun 6, 2023
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
Projects
None yet
Development

No branches or pull requests

1 participant