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.
Do not consider InUse registers for assigning to consecutive candidat…
…es (dotnet#95612) * Use multi-reg load/store for EncodeToUtf8 * Do not allocate consecutive register if one of them is in use at current location * Do not use register in spill heuristics if it is already assigned to consecutive register refposition * Revert "Use multi-reg load/store for EncodeToUtf8" This reverts commit ec31dfe. * Make spilling of consecutive register harder --------- Co-authored-by: Swapnil Gaikwad <[email protected]>
- Loading branch information
1 parent
471f73a
commit 24ee598
Showing
2 changed files
with
36 additions
and
17 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