-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 5.0 – Closing the gap with x64 #35853
Labels
arch-arm64
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Bottom Up Work
Not part of a theme, epic, or user story
JitUntriaged
CLR JIT issues needing additional triage
tenet-performance
Performance related issue
User Story
A single user-facing feature. Can be grouped under an epic.
Milestone
Comments
Dotnet-GitSync-Bot
added
area-Meta
untriaged
New issue has not been triaged by the area owner
labels
May 5, 2020
kunalspathak
added
arch-arm64
and removed
area-Meta
untriaged
New issue has not been triaged by the area owner
labels
May 5, 2020
BruceForstall
added
the
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
label
May 5, 2020
I added this to |
richlander
added
the
Epic
Groups multiple user stories. Can be grouped under a theme.
label
Jun 1, 2020
@kunalspathak if there's no more planned 5.0 work, we should move this to future. |
Done. |
:gsvm-interest |
jeffschwMSFT
added
Team Epic
and removed
Epic
Groups multiple user stories. Can be grouped under a theme.
labels
Oct 21, 2020
jeffschwMSFT
added
Bottom Up Work
Not part of a theme, epic, or user story
User Story
A single user-facing feature. Can be grouped under an epic.
and removed
Team Epic
labels
Jan 20, 2021
32 tasks
5 tasks
28 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
arch-arm64
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Bottom Up Work
Not part of a theme, epic, or user story
JitUntriaged
CLR JIT issues needing additional triage
tenet-performance
Performance related issue
User Story
A single user-facing feature. Can be grouped under an epic.
.NET 3.0 was the first release to add support for ARM64, starting with Linux (see ARM64 tracking issue). As part of .NET 5.0, we are adding support for Windows. At this point, we believe that the .NET ARM64 implementation has functional parity with x64 (please report functional bugs!). We’ve since shifted our focus toward performance parity with x64, for Windows and Linux. This issue tracks our progress to achieve that goal. Some of the issues we have identified may broader than ARM64, but still critical performance for our ARM64 performance goals.
category:cq
theme:meta
skill-level:expert
cost:large
The text was updated successfully, but these errors were encountered: