Displaying 3 results from an estimated 3 matches for "df58132f".
2018 May 07
2
ASan port for Myriad RTEMS
...ut such instrumentation.
3. It seems like a good idea to keep the same default behavior and feature
parity with x86 ASan when possible.
Thanks,
Walter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180507/df58132f/attachment.html>
2018 May 07
0
ASan port for Myriad RTEMS
On Fri, May 4, 2018 at 6:29 PM Walter Lee <waltl at google.com> wrote:
> Hi Kostya. Thanks for the quick feedback. I will work on addressing your
> comments.
>
> In regard to initialization checks, I can eliminate most of them by
> initializing the shadow memory very early,
This will be a very good way to handle this.
> but I still need to do something
> in two
2018 May 05
2
ASan port for Myriad RTEMS
Hi Kostya. Thanks for the quick feedback. I will work on addressing your
comments.
In regard to initialization checks, I can eliminate most of them by
initializing the shadow memory very early, but I still need to do something
in two places, __asan_handle_no_return and GetFakeStackFast. Would it be
ok to have guards for those two places only?
Walter
On Fri, May 4, 2018 at 6:10 PM Kostya