forked from dotnet/runtime
-
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.
- Loading branch information
1 parent
f47aaf8
commit 188f2b2
Showing
4 changed files
with
10 additions
and
2 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
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 |
---|---|---|
|
@@ -1971,7 +1971,7 @@ def replay_with_asm_diffs(self): | |
|
||
# These vars are force overridden in the SPMI runs for both the base and diff, always. | ||
replay_vars = { | ||
"DOTNET_JitAlignLoops": "0", # disable loop alignment to filter noise | ||
"DOTNET_JitAlignLoops": "1", # disable loop alignment to filter noise | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
amanasifkhalid
Author
Owner
|
||
"DOTNET_JitEnableNoWayAssert": "1", | ||
"DOTNET_JitNoForceFallback": "1", | ||
} | ||
|
I am assuming you will revert this once we see the diffs with your latest changes?