-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8350663: AArch64: Enable UseSignumIntrinsic by default #23893
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
Conversation
Signed-off-by: Patrick Zhang <patrick@os.amperecomputing.com>
|
👋 Welcome back qpzhang! A progress list of the required criteria for merging this PR into |
|
@cnqpzhang This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 177 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@adinn) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
@cnqpzhang The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
|
Hi @theRealAph Could you please help review this? Thanks. |
adinn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change is good.
|
/integrate |
|
@cnqpzhang |
|
/sponsor |
|
Going to push as commit b025d8c.
Your commit was automatically rebased without conflicts. |
|
@adinn @cnqpzhang Pushed as commit b025d8c. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
According to tests on Arm CPUs Neoverse-N1/N2/V1/V2 and Ampere-Altra/AmpereOne,
-XX:+UseSignumIntrinsiccan provide consistent positive performance boost on singnum microbenchmarks (1-4,5,7 in below list) and no obvious regression (ops/s change <0.1%) on other relevant tests (6,9-12). In addition, "Apple M1 shows no regression with signum intrinsics" (verified by @theRealAph). So, it can be the time to enable this UseSignumIntrinsic flag by default for aarch64-port. By the way, x86 and riscv ports have already configured it on by default.Tests: passed JTReg tier1 tests on Ampere-1A, no regression found, and particularly checked test results of two signum cases (13,14), both are in good state.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/23893/head:pull/23893$ git checkout pull/23893Update a local copy of the PR:
$ git checkout pull/23893$ git pull https://git.openjdk.org/jdk.git pull/23893/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 23893View PR using the GUI difftool:
$ git pr show -t 23893Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/23893.diff
Using Webrev
Link to Webrev Comment