[PATCH] D38119: [XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue

Martin Pelikán via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 19:32:02 PDT 2017


pelikan accepted this revision.
pelikan added a comment.
This revision is now accepted and ready to land.

I'm wondering how much will all the malloc(3) calls in one thread impact the thread locality work done in tcmalloc.  Better ask a tcmalloc expert though, I've lost track of what's going on.


https://reviews.llvm.org/D38119





More information about the llvm-commits mailing list