[PATCH] D53560: [XRay] Refcount backing store for buffers

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 01:45:35 PDT 2018


dberris created this revision.
dberris added reviewers: mboerger, eizan.
Herald added a subscriber: jfb.

This change implements the ref-counting for backing stores associated
with generational buffer management. We do this as an implementation
detail of the buffer queue, instead of exposing this to the interface.

This change allows us to keep the buffer queue interface and usage model
the same.


https://reviews.llvm.org/D53560

Files:
  compiler-rt/lib/xray/xray_buffer_queue.cc
  compiler-rt/lib/xray/xray_buffer_queue.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53560.170585.patch
Type: text/x-patch
Size: 6342 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181023/b63fd1cd/attachment.bin>


More information about the llvm-commits mailing list