-
Notifications
You must be signed in to change notification settings - Fork 30k
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
[v12.x] deps: V8: cherry-pick d89f4ef1cd62 #31344
Conversation
Original commit message: S390x: improve performance by skipping Debug Hook if not needed Change-Id: Ib4b2821f2941cdc131f9c75b89a3baced7554f8d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1991802 Reviewed-by: Junliang Yan <[email protected]> Commit-Queue: Milad Farazmand <[email protected]> Cr-Commit-Position: refs/heads/master@{#65644} Refs: v8/v8@d89f4ef
/cc @nodejs/platform-s390 |
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
Is this not needed on master/v13.x ? |
@targos I'm trying to back-port it to Node 12, if you think it needs to be on other branches I can make separate PRs. |
@miladfarca We usually do it the other way: PR to |
cherry-picked #31354 on v12.x-staging. |
Original commit message:
Refs: v8/v8@d89f4ef
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes