[PATCH] D70489: [clangd] Add xref for macro to static index.

UTKARSH SAXENA via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 4 19:19:54 PST 2019


usaxena95 added a comment.

Updated benchmarks:
**Before this patch**

  Loaded Dex from static-index.idx with estimated memory usage 354410880 bytes
    - number of symbols: 462463
    - number of refs: 6361763
    - numnber of relations: 20322

**After this patch**
Num refs increases by **5.7%**
Disk increase: **2.5%**

  Loaded Dex from with-macro-xref.idx with estimated memory usage 363390426 bytes
    - number of symbols: 462482
    - number of refs: 6727051
    - numnber of relations: 20325


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70489/new/

https://reviews.llvm.org/D70489





More information about the cfe-commits mailing list