mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-31 07:52:55 +01:00
3047a70ed9
- 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 |
||
---|---|---|
.. | ||
lit.local.cfg | ||
read_before_write.ll | ||
read_from_global.ll | ||
tsan_basic.ll | ||
vptr_update.ll |