Replies: 1 comment 6 replies
-
Could you say more about what you would be trying to achieve? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current efforts around trimming seems to be about ensuring safe trimming, i.e. no reachable code is removed.
I was wondering whether a kind of unsafe opt-in trimming would be interesting for .net.
Like PGO uses profile data to determine hot paths, Profile Guided Trimming would use profile data to narrow down the scope of trimmable code from reachable to reached code.
This brings along some open questions.
Beta Was this translation helpful? Give feedback.
All reactions