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

Improving Arm64 Performance in .NET 9.0 #94464

Closed
2 of 13 tasks
kunalspathak opened this issue Nov 7, 2023 · 4 comments
Closed
2 of 13 tasks

Improving Arm64 Performance in .NET 9.0 #94464

kunalspathak opened this issue Nov 7, 2023 · 4 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

@kunalspathak
Copy link
Member

kunalspathak commented Nov 7, 2023

Overview

As we did in the past for .NET 5, .NET 7 and .NET 8, we would like to continue improving Arm64 in .NET 9 as well. Here are the top-level themes we plan to address. Some of the issues are from the past releases that we did not get time to work upon. while others are about adding instructions of newer arm versions or exposing the Arm functionality to the .NET API level.

New instructions

Performance improvements

Stretch goals

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 7, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 7, 2023
@kunalspathak kunalspathak added User Story A single user-facing feature. Can be grouped under an epic. area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners untriaged New issue has not been triaged by the area owner labels Nov 7, 2023
@ghost
Copy link

ghost commented Nov 7, 2023

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

Issue Details

Overview

As we did in the past for .NET 5, .NET 7 and .NET 8, we would like to continue improving Arm64 in .NET 9 as well. Here are the top-level themes we plan to address. Some of the issues are from the past releases that we did not get time to work upon. while others are about adding instructions of newer arm versions or exposing the Arm functionality to the .NET API level.

New instructions

Performance improvements

Stretch goals

Author: kunalspathak
Assignees: -
Labels:

area-CodeGen-coreclr, User Story

Milestone: -

@neon-sunset
Copy link
Contributor

neon-sunset commented Nov 12, 2023

@kunalspathak Please also link #93263 to this. There might be some other untracked issues for ARM64, I think? Perhaps makes sense to go through the label and link them unless I misunderstood the way this issue is written and it's supposed to link only major action items? Thanks!

@kunalspathak
Copy link
Member Author

Please also link #93263 to this

Done.

@JulieLeeMSFT JulieLeeMSFT added this to the 9.0.0 milestone Dec 8, 2023
@JulieLeeMSFT
Copy link
Member

Closing this user story and replan for .NET 10. Most of work during .NET 9 was to enable SVE APIs, tracked in #93095.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 2024
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
Status: Done
Development

No branches or pull requests

3 participants