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

Kostya Serebryany kcc at google.com
Mon Oct 13 18:33:15 PDT 2014


On Fri, Oct 10, 2014 at 12:12 AM, Kumar Sukhani <kumar.sukhani at imgtec.com>
wrote:

> It will be great if someone will add this details on
> http://compiler-rt.llvm.org.
>
> @kcc: @mohit.bhakkad has already submitted 32-bt msan patch
> http://reviews.llvm.org/D5672.
> He actually got good results with it.
>
>
What do you mean by "good results"?
Did you manage to run some non-trivial applications, e.g. SPEC2016 or at
least SPEC2000 under msan on 32-bit?
I am very skeptical about msan on 32-bits. It may appear to work on tests
(it will)
but on any non-trivial application it will hit scalability issues. Remember
that on 32-bit msan will be limited to 1G of application memory.
Also, if we are going to enable msan on 32-bit MIPS, we should first have
it enabled on 32-bit x86,
so that we can test 32-bit support on x86 bots. I know, that's a non-zero
cost to pay.

--kcc



> http://reviews.llvm.org/D5616
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141013/eb0e683c/attachment.html>


More information about the llvm-commits mailing list