mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
[msan] Enable out-of-line instrumentation for large functions by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206759 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3c390e5184
commit
7e0b3fbae9
@ -188,7 +188,7 @@ static cl::opt<int> ClInstrumentationWithCallThreshold(
|
||||
"If the function being instrumented requires more than "
|
||||
"this number of checks and origin stores, use callbacks instead of "
|
||||
"inline checks (-1 means never use callbacks)."),
|
||||
cl::Hidden, cl::init(-1));
|
||||
cl::Hidden, cl::init(3500));
|
||||
|
||||
// Experimental. Wraps all indirect calls in the instrumented code with
|
||||
// a call to the given function. This is needed to assist the dynamic
|
||||
|
Loading…
x
Reference in New Issue
Block a user