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 36c49ea commit d80ad91Copy full SHA for d80ad91
include/swift/Basic/LangOptions.h
@@ -615,11 +615,11 @@ namespace swift {
615
616
/// Maximum nesting depth for type substitution operations, to prevent
617
/// runaway recursion.
618
- unsigned MaxSubstitutionDepth = 1000;
+ unsigned MaxSubstitutionDepth = 500;
619
620
/// Maximum step count for type substitution operations, to prevent
621
622
- unsigned MaxSubstitutionCount = 32000;
+ unsigned MaxSubstitutionCount = 120000;
623
624
/// Enable implicit lifetime dependence for ~Escapable return types.
625
bool EnableExperimentalLifetimeDependenceInference = false;
0 commit comments