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 ee17ef1 commit 2e348c7Copy full SHA for 2e348c7
include/swift/AST/SILOptions.h
@@ -188,10 +188,10 @@ class SILOptions {
188
/// If set to true, compile with the SIL Opaque Values enabled.
189
bool EnableSILOpaqueValues = false;
190
191
- /// Require linear OSSA lifetimes after SILGen
+ /// Introduce linear OSSA lifetimes after SILGen
192
bool OSSACompleteLifetimes = false;
193
194
- /// Verify linear OSSA lifetimes after SILGen
+ /// Verify linear OSSA lifetimes throughout OSSA pipeline.
195
bool OSSAVerifyComplete = false;
196
197
/// Enable pack metadata stack "promotion".
0 commit comments