-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Optimise for speed #980
Optimise for speed #980
Conversation
Optimise AoT for speed and target Amazon Graviton processors.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #980 +/- ##
==========================================
- Coverage 96.72% 96.19% -0.54%
==========================================
Files 45 43 -2
Lines 642 552 -90
Branches 71 53 -18
==========================================
- Hits 621 531 -90
Misses 7 7
Partials 14 14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Give native AoT compiler a hint as to which CPU to target for Graviton.
Remove property from project file, otherwise it breaks publishing on macOS and Windows.
/deploy dev |
BlendedFrom #973 (comment): Package size: 11.6 MB
Optimised for SpeedPackage size: 12.0 MB First Sample
Second Sample
|
Remove redundant options from move to native AoT.
/deploy dev |
Optimise AoT for speed and target Amazon Graviton processors.
Requested via Twitter.