[PATCH] D53379: GSYM symbolication format

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 27 07:07:55 PDT 2018


That actually makes it more thread safe too since you wouldn’t have
multiple threads sharing the same offset
On Sat, Oct 27, 2018 at 7:07 AM Zachary Turner via Phabricator <
reviews at reviews.llvm.org> wrote:

> zturner added a subscriber: clayborg.
> zturner added a comment.
>
> Oh I usually would store a BinaryStreamRef in the class and just create the
> BinaryStreamReader on the stack whenever you need one
>
>
> https://reviews.llvm.org/D53379
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181027/d8978472/attachment.html>


More information about the llvm-commits mailing list