[PATCH] D27240: [libFuzzer] Diff 8 - Improve synchronization.
Marcos Pividori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 10:36:10 PST 2016
mpividori abandoned this revision.
mpividori added a comment.
After personally discussing this with @kcc and @zturner , we decided that we will continue with the previous implementation, even if it is not completely correct.
Main reasons:
- It was mentioned that this implementation makes code more complex.
- It was mentioned that relying in signal masking is not a good idea because that implementation is generally full of bugs in posix*s systems.
Thanks.
Repository:
rL LLVM
https://reviews.llvm.org/D27240
More information about the llvm-commits
mailing list