-
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 7.0 #64820
Comments
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsIn .NET 7.0, we will continue our efforts to improve the Arm64 code quality and closing the performance gap with x64. Similar to how we did this in .NET 5 in #35853 , we will continue the trend of tracking all the Arm64 issues in a top level issue.
|
@dotnet/jit-contrib |
.NET 7 items:
Stretch goals:
|
Included in the table above. |
Optimize System.Text.ASCIIUtility for arm64 using cross-platform intrinsics Optimize System.Buffers for arm64 using cross-platform intrinsics |
The only thing remaining from the list is #55364 and it is already set for .NET 7. I will move this to .NET 8 to track remaining work. |
Replaced with #77010 |
In .NET 7.0, we will continue our efforts to improve the Arm64 code quality and closing the performance gap with x64. Similar to how we did this in .NET 5 in #35853 , we will continue the trend of tracking all the Arm64 issues in a top level issue.
Moved to Future Work
The text was updated successfully, but these errors were encountered: