mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
[msan] Enable out-of-line instrumentation for large functions by default.
llvm-svn: 206759
This commit is contained in:
parent
c0dacc327f
commit
b8b4d1d879
@ -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…
Reference in New Issue
Block a user