Closed GoogleCodeExporter closed 9 years ago
This should be fixed by LLVM r154418.
On Spec CPU2006 this optimization saves roughly 4% of instrumented reads
(which is 3% of all instrumented accesses):
Writes : 161216
Reads : 446458
Reads-before-write: 18295
Original comment by konstant...@gmail.com
on 10 Apr 2012 at 6:21
Nice!
You seem to be measuring the number of "static" mops in the compiler, right?
You may try to measure (at least in future) the number of "dynamic"
accesses with "make CFLAGS=-DTSAN_COLLECT_STATS". I think it's more
representative number.
Original comment by dvyu...@google.com
on 10 Apr 2012 at 6:31
Oh, sure, that's static numbers.
Original comment by konstant...@gmail.com
on 10 Apr 2012 at 6:33
Original issue reported on code.google.com by
dvyu...@google.com
on 2 Apr 2012 at 11:29