[all-commits] [llvm/llvm-project] 7de73d: [asan] Modified ASAN_MEMORY_ACCESS_CALLBACK to use...
kstoimenov via All-commits
all-commits at lists.llvm.org
Thu Jul 22 14:20:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7de73da8dad3ee6c5bca676b679bcdab84050ea2
https://github.com/llvm/llvm-project/commit/7de73da8dad3ee6c5bca676b679bcdab84050ea2
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2021-07-22 (Thu, 22 Jul 2021)
Changed paths:
M compiler-rt/lib/asan/asan_rtl.cpp
Log Message:
-----------
[asan] Modified ASAN_MEMORY_ACCESS_CALLBACK to use a function call to ReportGenericErrorWrapper.
This change eliminate the stack frame for the fast path and improves runtime performance.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D106505
More information about the All-commits
mailing list