-
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
deps: cherry-pick 43547df from V8 upstream #7863
Conversation
Original commit message: [crankshaft] Don't inline "dont_crankshaft" functions Crankshaft shouldn't try to inline functions it knows it can't handle. BUG=v8:5033 Review-Url: https://codereview.chromium.org/2000703002 Cr-Commit-Position: refs/heads/master@{nodejs#36417} Fixes: nodejs#6883
LGTM. I'd start the CI for you but the page is timing out. |
Thanks, didn't pass though.
We've seen this CI problem before. Has anybody re-imaged the machine like @mhdawson suggested? |
Another attempt: |
OSX and arm failed, but we don't have the output anymore. V8 CI failed for PPC, https://ci.nodejs.org/job/node-test-commit-v8-linux/nodes=ppcbe-ubuntu1404,v8test=v8test/240/console:
|
Another attempt: |
Power BE was the only failure in the above. Another CI (with rebasing disabled to avoid the merge conflict due to V8 version bump): https://ci.nodejs.org/job/node-test-pull-request/3525/ |
Looks green, and LGTM. Will land later today. |
Original commit message: [crankshaft] Don't inline "dont_crankshaft" functions Crankshaft shouldn't try to inline functions it knows it can't handle. BUG=v8:5033 Review-Url: https://codereview.chromium.org/2000703002 Cr-Commit-Position: refs/heads/master@{#36417} Fixes: #6883 PR-URL: #7863 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com> Reviewed-By: ofrobots - Ali Ijaz Sheikh <ofrobots@google.com>
Landed as 75b37a6 with V8 version bumped to 5.0.71.60. |
Original commit message: [crankshaft] Don't inline "dont_crankshaft" functions Crankshaft shouldn't try to inline functions it knows it can't handle. BUG=v8:5033 Review-Url: https://codereview.chromium.org/2000703002 Cr-Commit-Position: refs/heads/master@{#36417} Fixes: nodejs/node#6883 PR-URL: nodejs/node#7863 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com> Reviewed-By: ofrobots - Ali Ijaz Sheikh <ofrobots@google.com>
Checklist
make -j4 test
(UNIX)Affected core subsystem(s)
deps V8
Description of change
deps: cherry-pick 43547df from V8 upstream that fixes #6883
/cc @nodejs/v8