This patch simplifies the Asan shadow memory interface and makes it possible to lookup for stack frame accesses efficiently when we are in the (coming-soon) software memory manager mode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D31592
[Asan] Eliminate SHADOW_TO_MEM() macro ClosedPublic Authored by kosarev on Apr 2 2017, 10:57 PM.
Details Summary This patch simplifies the Asan shadow memory interface and makes it possible to lookup for stack frame accesses efficiently when we are in the (coming-soon) software memory manager mode.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 4 2017, 5:31 PM Closed by commit rL299867: [Asan] Eliminate SHADOW_TO_MEM() macro (authored by kosarev). · Explain WhyApr 10 2017, 12:26 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 93824 lib/asan/asan_mapping.h
lib/asan/asan_thread.cc
|