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

Improve JIT loop optimizations (.NET 8) #77032

Closed
3 of 4 tasks
BruceForstall opened this issue Oct 13, 2022 · 3 comments
Closed
3 of 4 tasks

Improve JIT loop optimizations (.NET 8) #77032

BruceForstall opened this issue Oct 13, 2022 · 3 comments
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI User Story A single user-facing feature. Can be grouped under an epic.
Milestone

Comments

@BruceForstall
Copy link
Member

BruceForstall commented Oct 13, 2022

As we did for .NET 6 and .NET 7, we plan to continue improving JIT optimization capabilities for loop code. An overview of many JIT optimization possibilities is here; this issue will focus on issues we choose to address in .NET 8.

Planned for .NET 8

Multi-dimensional array improvements

Loop recognition and canonicalization

Cut for .NET 8

Loop cloning

Multi-dimensional array improvements

Loop recognition and canonicalization

Loop cloning

@BruceForstall BruceForstall added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI User Story A single user-facing feature. Can be grouped under an epic. labels Oct 13, 2022
@BruceForstall BruceForstall added this to the 8.0.0 milestone Oct 13, 2022
@ghost
Copy link

ghost commented Oct 13, 2022

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

Issue Details

As we did for .NET 6 and .NET 7, we plan to continue improving JIT optimization capabilities for loop code. An overview of many JIT optimization possibilities is here; this issue will focus on issues we choose to address in .NET 8.

Planned for .NET 8

Author: BruceForstall
Assignees: -
Labels:

area-CodeGen-coreclr, User Story

Milestone: 8.0.0

@jakobbotsch
Copy link
Member

@BruceForstall #9977 is a benchmark for the span loop cloning, so it might be appropriate to put it in .NET 8 milestone too as part of #82946.

@BruceForstall
Copy link
Member Author

No more work is planned here for .NET 8. A new issue will be created for .NET 9 as appropriate.

@ghost ghost locked as resolved and limited conversation to collaborators Aug 31, 2023
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 User Story A single user-facing feature. Can be grouped under an epic.
Projects
Archived in project
Development

No branches or pull requests

2 participants