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 d669c1d commit 7600794Copy full SHA for 7600794
include/swift/AST/SILOptions.h
@@ -189,7 +189,7 @@ class SILOptions {
189
bool EnableSILOpaqueValues = false;
190
191
/// Introduce linear OSSA lifetimes after SILGen
192
- bool OSSACompleteLifetimes = false;
+ bool OSSACompleteLifetimes = true;
193
194
/// Verify linear OSSA lifetimes throughout OSSA pipeline.
195
bool OSSAVerifyComplete = false;
0 commit comments