Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #157319 - xmakro:perf/lazy-depkind-reverse-index, r=cjgillot
Build the dep-graph reverse index lazily, per DepKind
Replace the eager per-DepKind fingerprint-to-index map built at decode with a counting sort into per-kind ranges plus a lazily-built map per kind.