[PATCH] D93829: [clangd] Support outgoing calls in call hierarchy

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 21 23:54:46 PDT 2023


nridge planned changes to this revision.
nridge added a comment.

The updated patch additionally implements the "simple lookup optimization" discussed in the review.

With this version, memory usage on the test workload is: background_index 574MB (index 387MB, slabs 187MB).

This is an increase of (574 - 560) / 560 = 2.5% over baseline (down from 8.2% with the original patch)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93829



More information about the cfe-commits mailing list