[all-commits] [llvm/llvm-project] d19265: [clangd] Avoid wasteful data structures in RefSlab...
Sam McCall via All-commits
all-commits at lists.llvm.org
Mon May 18 13:45:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d19265b31e65c84ad908abce6e7f6e6d15c22258
https://github.com/llvm/llvm-project/commit/d19265b31e65c84ad908abce6e7f6e6d15c22258
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2020-05-18 (Mon, 18 May 2020)
Changed paths:
M clang-tools-extra/clangd/index/Ref.cpp
M clang-tools-extra/clangd/index/Ref.h
M clang-tools-extra/clangd/index/SymbolLocation.cpp
M clang-tools-extra/clangd/index/SymbolLocation.h
Log Message:
-----------
[clangd] Avoid wasteful data structures in RefSlab::Builder
Summary: This is worth another 10% or so on InedxBenchmark.DexBuild.
Reviewers: kbobyrev
Subscribers: ilya-biryukov, MaskRay, jkorous, mgrang, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D79950
More information about the All-commits
mailing list