We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62774f3 commit 3939f54Copy full SHA for 3939f54
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -188,7 +188,7 @@ static cl::opt<int> ClInstrumentationWithCallThreshold(
188
"If the function being instrumented requires more than "
189
"this number of checks and origin stores, use callbacks instead of "
190
"inline checks (-1 means never use callbacks)."),
191
- cl::Hidden, cl::init(-1));
+ cl::Hidden, cl::init(3500));
192
193
// Experimental. Wraps all indirect calls in the instrumented code with
194
// a call to the given function. This is needed to assist the dynamic
0 commit comments