dotnet/runtime

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

Open

#16 724 ouverte le 16 mars 2016

Voir sur GitHub
 (8 commentaires) (0 réactions) (0 assignés)C# (5 445 forks)batch import
area-System.Reflection.Metadataenhancementhelp wantedtenet-performance

Métriques du dépôt

Stars
 (17 886 stars)
Métriques de merge PR
 (Merge moyen 12j 11h) (661 PRs mergées en 30 j)

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.

Guide contributeur