Skip to content

Commit 1d152fe

Browse files
authored
Merge pull request #19820 from rajbarik/raj-es-enable
Enable ExistentialSpecializer by default
2 parents 0bc0979 + bb34051 commit 1d152fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/SILOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class SILOptions {
5151
bool RemoveRuntimeAsserts = false;
5252

5353
/// Enable existential specializer optimization.
54-
bool ExistentialSpecializer = false;
54+
bool ExistentialSpecializer = true;
5555

5656
/// Controls whether the SIL ARC optimizations are run.
5757
bool EnableARCOptimizations = true;

0 commit comments

Comments
 (0)