[PATCH] D52608: [Esan] Port cache frag to FreeBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 12 14:03:09 PDT 2018


devnexen added a comment.

ok ping @vitalybuka this time



================
Comment at: lib/esan/esan_sideline_bsd.cpp:24
+
+bool SidelineThread::launchThread(SidelineFunc takeSample, void *Arg,
+                                  u32 FreqMilliSec) {
----------------
MaskRay wrote:
> Why is the BSD implementation different (after it is finished)?
Was just a first step to get it started, at least for the caching frag part. Planned to go on this shortly.


Repository:
  rL LLVM

https://reviews.llvm.org/D52608





More information about the llvm-commits mailing list