forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable localization-of-domains optimization by default (chapel-lang#2…
…5517) [reviewed by @jabraham17] This enables the localization-of-domains optimization by default, which was added in chapel-lang#24391. We've been running this in the multi-locale performance playground for the past month and haven't seen any degradations due to the change, and are aware of the benefits when it fires, so are enabling it by default. This PR simply flips the existing flag and removes the explicit setting of it in tests that were designed to make sure it was working as expected.
- Loading branch information
Showing
6 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
-slocalizeConstDomains=true -sdebugLocalizedConstDomains=true | ||
-sdebugLocalizedConstDomains=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
-slocalizeConstDomains=true -sdebugLocalizedConstDomains=true --no-cache-remote -scompressRows=true | ||
-slocalizeConstDomains=true -sdebugLocalizedConstDomains=true --no-cache-remote -scompressRows=false | ||
-sdebugLocalizedConstDomains=true --no-cache-remote -scompressRows=true | ||
-sdebugLocalizedConstDomains=true --no-cache-remote -scompressRows=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
-slocalizeConstDomains=true -sdebugLocalizedConstDomains=true --no-cache-remote | ||
-sdebugLocalizedConstDomains=true --no-cache-remote |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
-slocalizeConstDomains=true -sdebugLocalizedConstDomains=true | ||
-sdebugLocalizedConstDomains=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
--no-cache-remote -slocalizeConstDomains=true | ||
--no-cache-remote |