dotnet/runtime

JIT throughput: SimplerHashTable

Open

#7 710 ouverte le 23 mars 2017

Voir sur GitHub
 (5 commentaires) (1 réaction) (0 assignés)C# (5 445 forks)batch import
JitThroughputarea-CodeGen-coreclrenhancementhelp 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

We have way more uses of SimplerHashTable than JIT32. It would be useful to understand more about these uses. E.g., how many hash table resizes happen? Do any users prime the expected hash table size based on some IR characteristic, and could they do so to avoid resizes? They all use JitSimplerHashBehavior; is this the right set of behaviors for all the hash tables? How much time/memory is taken in these hash table uses/creation/maintenance? How well is the hash table working, e.g., what is the table density, how long are the linked list chains, etc.

category:throughput theme:jit-coding-style skill-level:expert cost:small impact:medium

Guide contributeur