[PATCH] D20461: [LibFuzzer] Fix sending SIGALRM to main thread under Mac OSX

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 22:33:03 PDT 2016


kcc added a comment.

Or maybe just grab a mutex around CurrentUnitData/CurrentUnitSize
and see how much it affects performance on e.g. test/FullCoverageSetTest.cpp
If not much, just use a mutex.


http://reviews.llvm.org/D20461





More information about the llvm-commits mailing list