dataracebench icon indicating copy to clipboard operation
dataracebench copied to clipboard

impact of compiler optimizations

Open chunhualiao opened this issue 4 years ago • 1 comments

For a LLVM-based tool Clang/LLVM-9.0.0 , the generated IR for DRB090 and DRB124, both with races optimized away by O1 and above. But the races do appear at O0 level.

chunhualiao avatar Oct 02 '20 18:10 chunhualiao

make O0 default in test harness.

peihunglin avatar Sep 21 '21 23:09 peihunglin