[PATCH] D16689: [tsan] Dynamically detect heap range for aarch64.

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 02:29:58 PST 2016


dvyukov added a comment.

> I think using uptr mapping[256]; is a better solution to remove current complex logic.


Just in case, don't start working on it yet :)
That was just a quick idea, we need at least kcc@ input and benchmark numbers to decide (because currently x86 does not do any memory accesses during translation).


http://reviews.llvm.org/D16689





More information about the llvm-commits mailing list