dotnet/runtime
Voir sur GitHubSystem.Reflection.Metadata: Avoid allocations in custom attribute parser
Open
#16 724 ouverte le 16 mars 2016
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.