[PATCH] D14199: [compiler-rt] [tsan] Unify aarch64 mapping

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 05:11:32 PST 2015


zatrazz updated this revision to Diff 39514.
zatrazz added a comment.

The mapping using inline function is indeed slight faster than the previous attempt (I used the same benchmark as before, speccpu2006 test size). Changes from previous version:

- Use a different strategy for mapping functions: instead of indirect functions inline version based on an external VMA detected at runtime.
- Fixed the 39-bit shadow memory upper bound.


http://reviews.llvm.org/D14199

Files:
  lib/tsan/rtl/tsan_platform.h
  lib/tsan/rtl/tsan_platform_linux.cc
  lib/tsan/rtl/tsan_platform_mac.cc
  lib/tsan/rtl/tsan_platform_posix.cc
  lib/tsan/rtl/tsan_platform_windows.cc
  lib/tsan/rtl/tsan_rtl.cc
  test/tsan/test.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14199.39514.patch
Type: text/x-patch
Size: 14802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151106/dc4643ab/attachment.bin>


More information about the llvm-commits mailing list