dotnet/runtime

JIT throughput: SimplerHashTable

Open

#7,710 建立於 2017年3月23日

在 GitHub 查看
 (5 留言) (1 反應) (0 負責人)C# (5,445 fork)batch import
JitThroughputarea-CodeGen-coreclrenhancementhelp wantedtenet-performance

倉庫指標

Star
 (17,886 star)
PR 合併指標
 (平均合併 12天 11小時) (30 天內合併 661 個 PR)

描述

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

貢獻者指南