1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Instrumentation
Kostya Serebryany 3047a70ed9 [tsan] two more compile-time optimizations:
- don't isntrument reads from constant globals.
Saves ~1.5% of instrumented instructions on CPU2006
(counting static instructions, not their execution).
- don't insrument reads from vtable (which is a global constant too).
Saves ~5%.

I did not measure the run-time impact of this,
but it is certainly non-negative.

llvm-svn: 154444
2012-04-10 22:29:17 +00:00
..
AddressSanitizer [asan] move x86-specific test to a separate X86 directory with a custom lit.local.cfg file 2012-03-12 18:49:11 +00:00
ThreadSanitizer [tsan] two more compile-time optimizations: 2012-04-10 22:29:17 +00:00