[PATCH] D20724: [pdb] Apply zero-copy algorithms to symbol stream iteration

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 22:39:19 PDT 2016


zturner added a comment.

Also worth pointing out that eventually, once this works with types, we can delete `RecordIterator.h`.  That was the "generic" method that was supposed to be able to be used to treat type and symbol streams the same, but `VarStreamArray<T>` works with type streams, symbol streams, and any other arbitrary type of variable length record array such as the module info array.


http://reviews.llvm.org/D20724





More information about the llvm-commits mailing list