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.
2 parents ed721c6 + 5195e79 commit 11f0648Copy full SHA for 11f0648
lib/SILOptimizer/Transforms/PerformanceInliner.cpp
@@ -105,7 +105,7 @@ class SILPerformanceInliner {
105
/// The benefit of inlining an exclusivity-containing callee.
106
/// The exclusivity needs to be: dynamic,
107
/// has no nested conflict and addresses known storage
108
- ExclusivityBenefit = RemovedCallBenefit + 300,
+ ExclusivityBenefit = RemovedCallBenefit + 125,
109
110
/// The benefit of inlining class methods with -Osize.
111
/// We only inline very small class methods with -Osize.
0 commit comments