-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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 11.4 #48029
deps: update V8 to 11.4 #48029
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77ac9bc - Browse repository at this point
Copy the full SHA 77ac9bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e6dbb - Browse repository at this point
Copy the full SHA 78e6dbbView commit details -
src: update NODE_MODULE_VERSION to 117
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 11.4. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
Configuration menu - View commit details
-
Copy full SHA for 25aded8 - Browse repository at this point
Copy the full SHA 25aded8View commit details -
deps: always define V8_EXPORT_PRIVATE as no-op
dllexport introduces issues when compiling with MSVC. PR-URL: nodejs#47251 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 958931c - Browse repository at this point
Copy the full SHA 958931cView commit details -
deps: silence irrelevant V8 warning
PR-URL: nodejs#45579 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#47251 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7bebfcd - Browse repository at this point
Copy the full SHA 7bebfcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9603655 - Browse repository at this point
Copy the full SHA 9603655View commit details -
deps: disable V8 concurrent sparkplug compilation
It introduces process hangs on some platforms because Node.js doesn't tear down V8 correctly. Disable it while we work on a solution. Refs: nodejs#47297 Refs: https://bugs.chromium.org/p/v8/issues/detail?id=13902 PR-URL: nodejs#47450 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 80942b3 - Browse repository at this point
Copy the full SHA 80942b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 123369b - Browse repository at this point
Copy the full SHA 123369bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c72a91b - Browse repository at this point
Copy the full SHA c72a91bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25539ea - Browse repository at this point
Copy the full SHA 25539eaView commit details -
test: adapt debugger tests to V8 11.4
Accept a new `step` break message.
Configuration menu - View commit details
-
Copy full SHA for 61e265a - Browse repository at this point
Copy the full SHA 61e265aView commit details -
test: update flag to disable SharedArrayBuffer
`--no-harmony-sharedarraybuffer` was removed from V8 but it's still possible to disable the feature with `--enable-sharedarraybuffer-per-context`.
Configuration menu - View commit details
-
Copy full SHA for 174ca27 - Browse repository at this point
Copy the full SHA 174ca27View commit details