Part of i-w-b upstreaming https://reviews.llvm.org/D64384
This is actually a bit polished PathStorage.
Differential D66854
[index-while-building] PathIndexer jkorous on Aug 27 2019, 6:09 PM. Authored by
Details
Part of i-w-b upstreaming https://reviews.llvm.org/D64384 This is actually a bit polished PathStorage.
Diff Detail
Event TimelineComment Actions I tried my best to provide meaningful comments, however, I can't find users of PathIndexer in https://reviews.llvm.org/D64384, so I don't think I understand this abstraction at all. I would appreciate some big-picture description.
Comment Actions Addressed the comments and tried to simplify things by splitting into multiple smaller classes. Comment Actions Restore the patch. Previous update wasn't meant for this review - I confused the review IDs.
|
I feel like StringOffSz isn't very informative. Can this be renamed to something like StringPool::OffsetSize, or maybe StringPool::Index.