-
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 11.0 #46125
deps: update V8 to 11.0 #46125
Commits on Jan 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 09de414 - Browse repository at this point
Copy the full SHA 09de414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b6e0f - Browse repository at this point
Copy the full SHA 49b6e0fView commit details -
src: update NODE_MODULE_VERSION to 115
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 11.0. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
Configuration menu - View commit details
-
Copy full SHA for fd8c0ad - Browse repository at this point
Copy the full SHA fd8c0adView commit details -
deps: always define V8_EXPORT_PRIVATE as no-op
dllexport introduces issues when compiling with MSVC.
Configuration menu - View commit details
-
Copy full SHA for 4c47427 - Browse repository at this point
Copy the full SHA 4c47427View commit details -
deps: silence irrelevant V8 warning
PR-URL: nodejs#45579 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e17583a - Browse repository at this point
Copy the full SHA e17583aView commit details -
deps: V8: cherry-pick 166fd2f38f44
Original commit message: [cppgc]: Fix build on msvc Fixes compilation with msvc 2019 toolchain. See: nodejs#37330 (comment) Bug: v8:12661 Change-Id: I7cfd87a3dd531a2e4913d82b743fb8ecdfdb5ed8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3533019 Reviewed-by: Michael Lippautz <[email protected]> Commit-Queue: Michael Lippautz <[email protected]> Cr-Commit-Position: refs/heads/main@{#85087} Refs: v8/v8@166fd2f
Configuration menu - View commit details
-
Copy full SHA for 88f254b - Browse repository at this point
Copy the full SHA 88f254bView commit details -
deps: V8: backport 1e4b71d99fea
Original commit message: [heap] Move the Stack object from ThreadLocalTop to Isolate Stack information is thread-specific and, until now, it was stored in a field in ThreadLocalTop. This CL moves stack information to the isolate and makes sure to update the stack start whenever a main thread enters the isolate. At the same time, the Stack object is refactored and simplified. As a side effect, after removing the Stack object, ThreadLocalTop satisfies the std::standard_layout trait; this fixes some issues observed with different C++ compilers. Bug: v8:13630 Bug: v8:13257 Change-Id: I026a35af3bc6999a09b21f277756d4454c086343 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4152476 Reviewed-by: Michael Lippautz <[email protected]> Reviewed-by: Omer Katz <[email protected]> Commit-Queue: Nikolaos Papaspyrou <[email protected]> Cr-Commit-Position: refs/heads/main@{#85445} Refs: v8/v8@1e4b71d Refs: https://chromium-review.googlesource.com/c/v8/v8/+/4200636 Co-Authored-By: Nikolaos Papaspyrou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebea4f1 - Browse repository at this point
Copy the full SHA ebea4f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ba7bc - Browse repository at this point
Copy the full SHA 74ba7bcView commit details