[PATCH] D31636: [PDB] Emit index/offset pairs for TPI and IPI streams
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 19:49:01 PDT 2017
zturner added a comment.
The 8KB thing is interesting, because sometimes it's not actually every 8KB. I don't know how important it is though, since it should just change the efficiency of the log(N) search. Run `llvm-pdbdump analyze` on a large PDB and then paste the results into Spreadsheets and compute differences to see what I mean.
Anyway, thanks for doing this. I'll review in more detail tomorrow when I'm back.
https://reviews.llvm.org/D31636
More information about the llvm-commits
mailing list