[llvm-dev] [RFC] ASan: patches to support 32-byte shadow granularity (original) (raw)
Walter Lee via llvm-dev llvm-dev at lists.llvm.org
Fri Nov 10 09:34:57 PST 2017
- Previous message: [llvm-dev] [RFC] ASan: patches to support 32-byte shadow granularity
- Next message: [llvm-dev] [RFC] ASan: patches to support 32-byte shadow granularity
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Nov 8, 2017 at 4:10 PM, Evgenii Stepanov <eugenis at google.com> wrote:
I think what you really want is to test shadow scale = 5 on linux/x8664 as a substitute for testing on the real hardware. For that, a cmake variable in compiler-rt and an LLVM flag (asan-mapping-scale) is more than enough.
Thanks for the feedback. I've made the changes accordingly and uploaded them for reviews.
Walter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171110/684692f5/attachment.html>
- Previous message: [llvm-dev] [RFC] ASan: patches to support 32-byte shadow granularity
- Next message: [llvm-dev] [RFC] ASan: patches to support 32-byte shadow granularity
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]