Closed
Description
dotnet/coreclr#22191 added a bunch of [AggressiveOptimization] attributes to methods throughout SpanHelpers and elsewhere that make heavy use of intrinsics, e.g.
runtime/src/libraries/System.Private.CoreLib/src/System/SpanHelpers.Byte.cs
Lines 337 to 338 in 2a01ceb
After all of the inlining improvements made in .NET 6 and 7, are these still necessary and helping more than they hurt?
category:design
theme:basic-cq
skill-level:beginner
cost:small
impact:small