C#: use stackalloc
where appropriate for caller-allocated buffers
#1012
Labels
gen-c#
Related to the C# code generator
Per dotnet/runtimelab#2614 (comment), using
stackalloc
would likely be more efficient and avoid the need for GC pinning.The text was updated successfully, but these errors were encountered: