forked from v8/v8
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged: [loong64][mips64] Use t9 or t7 as the jump target
We usually use t9 as the jump target register in mips64 (t7 in loong64), and change PushAllRegistersAndIterateStack to be so. Besides, fix an error in loong64, the frame pointer is fp instead of s8. (cherry picked from commit ff2e308) Bug: v8:14138 Change-Id: I4b2618adc0ed78da9a8a9580f15d68ef2940eb11 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4629799 Auto-Submit: Liu Yu <[email protected]> Reviewed-by: Lutz Vahl <[email protected]> Commit-Queue: Lutz Vahl <[email protected]> Cr-Commit-Position: refs/branch-heads/11.6@{v8#14} Cr-Branched-From: e29c028-refs/heads/11.6.189@{v8#3} Cr-Branched-From: 95cbef2-refs/heads/main@{#88340}
- Loading branch information
Showing
2 changed files
with
19 additions
and
19 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