-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various fixes for consecutive registers found with jitstressregs #84824
Merged
kunalspathak
merged 12 commits into
dotnet:main
from
kunalspathak:consecutive-jitstress
Apr 20, 2023
Merged
Various fixes for consecutive registers found with jitstressregs #84824
kunalspathak
merged 12 commits into
dotnet:main
from
kunalspathak:consecutive-jitstress
Apr 20, 2023
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1462dc7 - Browse repository at this point
Copy the full SHA 1462dc7View commit details -
Introduce isLiveAtConsecutiveRegistersLoc and fix dotnet#84747
This method will track if the defs/uses are live at the same location as where the consecutive registers were allocated. If yes, it will skip the constraint imposition on it during JitStressRegs
Configuration menu - View commit details
-
Copy full SHA for 0d740b2 - Browse repository at this point
Copy the full SHA 0d740b2View commit details
Commits on Apr 15, 2023
-
Handle tracking of previously assigned register for copyReg
When we have copyReg that was just restored or previously assigned to a different register, also track it as live at the location so it doesn't get allocated again for different refposition at the same location.
Configuration menu - View commit details
-
Copy full SHA for 89d39b8 - Browse repository at this point
Copy the full SHA 89d39b8View commit details
Commits on Apr 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27ddde6 - Browse repository at this point
Copy the full SHA 27ddde6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb1937 - Browse repository at this point
Copy the full SHA 2cb1937View commit details -
Configuration menu - View commit details
-
Copy full SHA for adacdcf - Browse repository at this point
Copy the full SHA adacdcfView commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 092a72c - Browse repository at this point
Copy the full SHA 092a72cView commit details -
Stop stresslimiting registerAssignment and instead limit the free reg…
…isters Under JitStressRegs, there are multiple ways in which consecutive registers demand cannot be met. So skip restricting the registers for `registerAssignment` of a refPosition (which are allowable candidates that can be assigned to the given refposition). Instead limit the free registers to alternate under stress mode, so we can verify the code if it can handle situation where it needs to pick from a mix of free/busy registers.
Configuration menu - View commit details
-
Copy full SHA for 77ccc27 - Browse repository at this point
Copy the full SHA 77ccc27View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9cf985 - Browse repository at this point
Copy the full SHA f9cf985View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2960c6 - Browse repository at this point
Copy the full SHA d2960c6View commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ab5a9c9 - Browse repository at this point
Copy the full SHA ab5a9c9View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3e1ec41 - Browse repository at this point
Copy the full SHA 3e1ec41View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.