[llvm-commits] [PATCH] [asan] Use zero-based shadow by default on Android

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue May 22 07:38:10 PDT 2012


Hi,

these patches (one to llvm, another to compiler-rt) change ASan
default shadow offset on Android to zero. This seems to marginally
improve performance of Thumb code, significantly (~5%) saves code
size, and avoids address space collisions with the main executable in
a non-ASLR case.

Please review.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zero.patch
Type: application/octet-stream
Size: 1457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120522/a33af5f7/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zero2.patch
Type: application/octet-stream
Size: 1070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120522/a33af5f7/attachment-0001.obj>


More information about the llvm-commits mailing list