dotnet/runtime

System.Reflection.Metadata: Avoid allocations in custom attribute parser

オープン

#16,724 opened on 2016/03/16

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)C# (5,445 件のフォーク)batch import
area-System.Reflection.Metadataenhancementhelp wantedtenet-performance

Repository metrics

Stars
 (17,886 個のスター)
PR merge metrics
 (平均マージ 12d 11h) (30d で 661 merged PRs)

説明

The custom attribute parser allocates an ImmutableArray for FixedArguments and NamedArguments.

We should explore options to parse these lazily and avoid the array allocation.

コントリビューターガイド