staticanalysis / data-race-test

Automatically exported from code.google.com/p/data-race-test
0 stars 0 forks source link

Investigate Apache vs TSan/LLVM #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See benchmarks/apache.

Please note you have to use slightly modified ./configure flags than those 
mentioned in build.sh:
./configure CC=$CLANG LD=$CLANG++ --prefix=`pwd`/inst CFLAGS="-O1 -g 
-fno-inline -fno-omit-frame-pointer -fno-builtin -fno-optimize-sibling-calls 
-fthread-sanitizer" --with-mpm=worker

Original issue reported on code.google.com by timurrrr on 13 Dec 2011 at 4:42

GoogleCodeExporter commented 9 years ago
Known problems:
a) No reports
b) Too slow

Original comment by timurrrr on 13 Dec 2011 at 4:42