Skip to content

Commit c554ae1

Browse files
committed
Enable UseAggressiveReg2MemForCodeSize
1 parent 787c996 commit c554ae1

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
@@ -320,7 +320,7 @@ class SILOptions {
320320

321321
/// Block expanding and register promotion more aggressively throughout the
322322
/// optimizer.
323-
bool UseAggressiveReg2MemForCodeSize = false;
323+
bool UseAggressiveReg2MemForCodeSize = true;
324324

325325
SILOptions() {}
326326

0 commit comments

Comments
 (0)