-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
[v14.x]: deps: V8: Add Power9/10 to the supported list and enable related features #38508
Closed
Conversation
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
github-actions
bot
added
build
Issues and PRs related to build files or the CI.
needs-ci
PRs that need a full CI run.
v14.x
v8 engine
Issues and PRs related to the V8 dependency.
labels
May 3, 2021
aduh95
changed the title
deps: V8: Add Power9/10 to the supported list and enable related features
[v14.x]: deps: V8: Add Power9/10 to the supported list and enable related features
May 3, 2021
miladfarca
requested review from
targos and
richardlau
and removed request for
targos
May 3, 2021 13:05
richardlau
approved these changes
May 3, 2021
AshCripps
approved these changes
May 4, 2021
mhdawson
approved these changes
May 6, 2021
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.
LGTM
danielleadams
force-pushed
the
v14.x-staging
branch
from
May 8, 2021 18:15
23ede20
to
f755fc4
Compare
@richardlau Similar to #38509, I don't think I will be able to land this on my own either. |
Yes, only members of the backporters and/or release team can land on the staging branches. I'll land this if the CI's currently in progress pass. |
richardlau
approved these changes
May 14, 2021
richardlau
pushed a commit
that referenced
this pull request
May 14, 2021
Original commit message: ``` PPC: Add Power10 to the supported list and enable related features This CL adds Power10 recognition to Linux, AIX as well as IBMi. Enabled features include: MODULO FPR_GPR_MOV SIMD LWSYNC ISELECT VSX Change-Id: Ifc337e6497a3efe9697bcf03063a2b94471f96e9 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2855041 Reviewed-by: Clemens Backes <[email protected]> Reviewed-by: Junliang Yan <[email protected]> Reviewed-by: Vasili Skurydzin <[email protected]> Commit-Queue: Milad Fa <[email protected]> Cr-Commit-Position: refs/heads/master@{#74279} ``` Refs: v8/v8@530080c PR-URL: #38508 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ash Cripps <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Landed in d678277. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Please note that enum values are slightly different from V8 upstream, i.e
PPC_POWER10
instead ofkPPCPower10
.Power 9 is also added to some of the features within the ppc assembler, this is to make adding P10 consistent and is not part of the original CL on V8.
We have SIMD enabled upstream which will not be backported here.
Refs: v8/v8@530080c