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 787c996 commit c554ae1Copy full SHA for c554ae1
include/swift/AST/SILOptions.h
@@ -320,7 +320,7 @@ class SILOptions {
320
321
/// Block expanding and register promotion more aggressively throughout the
322
/// optimizer.
323
- bool UseAggressiveReg2MemForCodeSize = false;
+ bool UseAggressiveReg2MemForCodeSize = true;
324
325
SILOptions() {}
326
0 commit comments