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

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 9 02:36:57 PDT 2018


dvyukov added a comment.

> What's the gain? Performance improvement? What are the numbers for benchmarking?

I wonder too.
Looks like something to fix in kernel. Each and every program out there is not supposed to do this to get good performance. That's OS job. OS knows what's the current load, what other apps are running, what's their affinity. LibFuzzer doesn't.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D47977





More information about the llvm-commits mailing list