Add special handling for [Intrinsics] methods
Open
task
- Dominant language
- C#
- Stars
- 392
- Forks
- 128
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
Add opt-in optimization to remove bodies of methods which are marked as [Intrinsics](https://github.com/dotnet/coreclr/blob/master/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/IntrinsicAttribute.cs) which is internal CoreLib attribute. They are usually not big but their count is growing constantly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.