We are missing macros in static index.
symbols: before 407 K vs after 420 K
dex memory usage (static index): before 299 MB vs 304 MB
Differential D57325
[clangd] Collect macros in static index. hokein on Jan 28 2019, 6:51 AM. Authored by
Details
We are missing macros in static index. symbols: before 407 K vs after 420 K
Diff Detail
Event Timeline
Comment Actions So I'm not sure this is actually going to be a win. When building google's big static index, we index these symbols and then throw most of them away (a high usage threshold applies). Is there a motivating case for the sorts of macros you are missing? |
Shouldn't we also have Named("A") in here ?