forked from oracle/graal
-
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.
PullRequest: graal/12272
- Loading branch information
Showing
9 changed files
with
879 additions
and
22 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,7 +1,7 @@ | ||
From 0122431d63266f033e4fd8abf78e950c124f027f Mon Sep 17 00:00:00 2001 | ||
From b9902a9d9f57ea78d4b11bdfd7295738ef3547fb Mon Sep 17 00:00:00 2001 | ||
From: Loic Ottet <[email protected]> | ||
Date: Mon, 23 Sep 2019 16:55:33 +0200 | ||
Subject: [PATCH 1/2] [GR-17692] [Statepoints] Support for compressed pointers | ||
Subject: [PATCH 1/3] [GR-17692] [Statepoints] Support for compressed pointers | ||
in the statepoint emission pass | ||
|
||
--- | ||
|
@@ -424,5 +424,5 @@ index b795ad3899bc..5a5d1d67e5f4 100644 | |
Out.insert(LiveOut.begin(), LiveOut.end()); | ||
} | ||
-- | ||
2.33.1 | ||
2.36.0 | ||
|
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,7 +1,7 @@ | ||
From 772a7a659e7f2f231920cff828cff00fab198af0 Mon Sep 17 00:00:00 2001 | ||
From ca6facf3f34d646783d082776378da40d06e9035 Mon Sep 17 00:00:00 2001 | ||
From: Loic Ottet <[email protected]> | ||
Date: Tue, 8 Sep 2020 13:03:06 +0200 | ||
Subject: [PATCH 2/2] [GR-23578][AArch64] Introduce option to force placement | ||
Subject: [PATCH 2/3] [GR-23578][AArch64] Introduce option to force placement | ||
of the frame record on top of the stack frame | ||
|
||
--- | ||
|
@@ -34,5 +34,5 @@ index d1b901e58d27..96038fbb8f28 100644 | |
} | ||
|
||
-- | ||
2.33.1 | ||
2.36.0 | ||
|
Oops, something went wrong.