-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Need to pull pinning via &MemoryMarshal.GetReference #27308
Copy link
Copy link
Closed
Labels
area-MetaenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionshelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorstenet-reliabilityReliability/stability related issue (stress, load problems, etc.)Reliability/stability related issue (stress, load problems, etc.)
Metadata
Metadata
Assignees
Labels
area-MetaenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionshelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorstenet-reliabilityReliability/stability related issue (stress, load problems, etc.)Reliability/stability related issue (stress, load problems, etc.)
Type
Fields
Give feedbackNo fields configured for issues without a type.
C# 7.3 allows pinning spans directly. Pinning empty behaves differently than pinning the ref returned from
MemoryMarshal.GetReference.Yields something like:
dotnet/corefx#32072 (comment)
cc: @danmosemsft, @jkotas