-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: update V8 to 6.1.534.42 #15521
Conversation
@@ -465,7 +465,7 @@ DEFINE_BOOL(turbo_loop_peeling, true, "Turbofan loop peeling") | |||
DEFINE_BOOL(turbo_loop_variable, true, "Turbofan loop variable optimization") | |||
DEFINE_BOOL(turbo_cf_optimization, true, "optimize control flow in TurboFan") | |||
DEFINE_BOOL(turbo_frame_elision, true, "elide frames in TurboFan") | |||
DEFINE_BOOL(turbo_escape, true, "enable escape analysis") | |||
DEFINE_BOOL(turbo_escape, false, "enable escape analysis") |
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.
This is https://bugs.chromium.org/p/chromium/issues/detail?id=765433, currently under embargo.
Doesn't affect Node.js in that it depends on executing untrusted code (which no one should do.)
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.
Do you think we should revert this change?
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.
Not at all, I only commented to add some context.
The new V8 tests don't pass:
That's because the StringMaxLength runtime function does not exist in V8 6.1 |
I pushed a fix. New CI: https://ci.nodejs.org/job/node-test-commit-v8-linux/921/ |
It's green. I'm trying to upstream the fix here: https://chromium-review.googlesource.com/c/v8/v8/+/677300 |
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.
rubber stamp LGTM
56b58b1
to
87d4c5d
Compare
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.
Rubber stamp LGTM
CI before landing: https://ci.nodejs.org/job/node-test-pull-request/10246/ |
Refs: v8/v8@6.1.534.38...6.1.534.42 PR-URL: nodejs#15521 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
87d4c5d
to
2b196fb
Compare
Failures are unrelated to this PR. |
Refs: v8/v8@6.1.534.38...6.1.534.42 PR-URL: #15521 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Refs: v8/v8@6.1.534.38...6.1.534.42 PR-URL: #15521 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Refs: v8/v8@6.1.534.38...6.1.534.42 PR-URL: nodejs/node#15521 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Refs: v8/v8@6.1.534.38...6.1.534.42 PR-URL: #15521 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Refs: v8/v8@6.1.534.38...6.1.534.42 PR-URL: #15521 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Refs: v8/v8@6.1.534.38...6.1.534.42
/cc @nodejs/v8
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
V8