dotnet/runtime

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

Open

#16.724 aberto em 16 de mar. de 2016

Ver no GitHub
 (8 comments) (0 reactions) (0 assignees)C# (5.445 forks)batch import
area-System.Reflection.Metadataenhancementhelp wantedtenet-performance

Métricas do repositório

Stars
 (17.886 stars)
Métricas de merge de PR
 (Mesclagem média 12d 11h) (661 fundiu PRs em 30d)

Description

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

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

Guia do colaborador