[PATCH] D47977: [Fuzzer] First step to thread affinity

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 9 02:28:23 PDT 2018


devnexen created this revision.
devnexen added reviewers: kcc, morehouse.
Herald added subscribers: Sanitizers, llvm-commits, krytarowski, emaste.

- Adding a new option (two modes) for a given job to be bound to a specific cpu.
- Linux and FreeBSD implemented at the moment.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D47977

Files:
  lib/fuzzer/FuzzerDriver.cpp
  lib/fuzzer/FuzzerFlags.def
  lib/fuzzer/FuzzerUtil.h
  lib/fuzzer/FuzzerUtilFuchsia.cpp
  lib/fuzzer/FuzzerUtilPosix.cpp
  lib/fuzzer/FuzzerUtilWindows.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47977.150614.patch
Type: text/x-patch
Size: 5637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180609/9bad8f78/attachment.bin>


More information about the llvm-commits mailing list