[PATCH] D26040: [CodeView] Add CodeViewRecordIO for reading and writing, and use it for reading type records.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 17:40:14 PDT 2016
ruiu added a comment.
How much is this similar to YamlIO? From my experience, I have to say that YamlIO is extremely slow when we give a fairly large (but not that large, like a few megabytes) data. I wonder if this is fast enough to handle hundreds of megabytes of debug info.
https://reviews.llvm.org/D26040
More information about the llvm-commits
mailing list