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 b507fa2 commit bb34051Copy full SHA for bb34051
include/swift/AST/SILOptions.h
@@ -51,7 +51,7 @@ class SILOptions {
51
bool RemoveRuntimeAsserts = false;
52
53
/// Enable existential specializer optimization.
54
- bool ExistentialSpecializer = false;
+ bool ExistentialSpecializer = true;
55
56
/// Controls whether the SIL ARC optimizations are run.
57
bool EnableARCOptimizations = true;
0 commit comments