[PATCH] D54889: Fiber support for thread sanitizer

Yuri Per via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 7 13:00:00 PST 2019


yuri added a comment.

I improved test execution time. On my system I got following execution times (compared to original version of code):

| compiler | current | fibers |
| -------- | ------- | ------ |
| gcc 8.2  | 100.0%  | 98.6%  |
| clang    | 112.4%  | 100.7% |
|


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54889/new/

https://reviews.llvm.org/D54889





More information about the llvm-commits mailing list