[PATCH] [lsan] [mips] adding support of lsan for mips/mipsel arch

Kostya Serebryany kcc at google.com
Thu Oct 9 10:35:32 PDT 2014


msan and especially tsan are very hard on 32-bit.
Please do not even attempt 32-bit MIPS tsan/msan before making them work on
64-bit MIPS (should be easy)
*and* on 32-bit x86 (hard, complex, low value/priority, the resulting tool
will be very restricted).

asan on 32-bit MIPS is a different story -- it should be easy.

--kcc

On Thu, Oct 9, 2014 at 5:54 AM, Dmitry Vyukov <dvyukov at google.com> wrote:

> >>! In D5616#7, @kumarsukhani wrote:
> > Few people are also working on 32-bit MSAN and 32-bit TSAN for MIPS.
> > can anyone please comment on them, as we don't see i386 implementation
> of those sanitizers also.
>
> Comment on what exactly?
> Generally 32-bit tsan would be nice. But there is obviously a problem with
> address space size, e.g. currently address range just for traces is larger
> than whole 32-bit address space. I am also concerned about potential
> significant increase in code size and complexity.
> Discuss design up-front here:
> https://groups.google.com/forum/#!forum/thread-sanitizer
>
> http://reviews.llvm.org/D5616
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141009/a6285623/attachment.html>


More information about the llvm-commits mailing list