[PATCH] D116750: [clang][lex] Keep references to `DirectoryLookup` objects up-to-date
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 11 06:49:13 PST 2022
thakis added a comment.
1. `which is stable thanks to the bump-ptr-allocation strategy.` I don't understand this. In each slab, that's true, but why is it true between objects allocated in different slabs?
2. This increases numbers of TUs compiled for LexTests by over 10%. Is there no way around that Frontend dep?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116750/new/
https://reviews.llvm.org/D116750
More information about the cfe-commits
mailing list