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

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 08:01:15 PDT 2016


Not sure I understand, can you elaborate?
On Fri, May 27, 2016 at 7:50 AM Rui Ueyama <ruiu at google.com> wrote:

> ruiu added inline comments.
>
> ================
> Comment at: include/llvm/DebugInfo/CodeView/RecordIterator.h:29
> @@ +28,3 @@
> +
> +template <typename Kind> struct CVRecordTraits {
> +  typedef CVRecord<Kind> ValueType;
> ----------------
> Do you need a separate traits class? Looks like you can merge it into the
> non-traits class if you change the definition of VarStreamArray.
>
>
> http://reviews.llvm.org/D20724
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160527/bcceedb8/attachment.html>


More information about the llvm-commits mailing list