-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
deps: update V8 to 6.8 #21079
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
Closed
Closed
deps: update V8 to 6.8 #21079
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
c4df717
deps: update V8 to 6.8.275.24
targos c05eb76
build: reset embedder string to "-node.0"
targos 3e612e1
src: update NODE_MODULE_VERSION to 65
targos 85006ec
deps: update v8.gyp and run Torque
targos 3507a56
deps: cherry-pick 5dd3395 from upstream V8
e320bd5
deps: cherry-pick aa6ce3e from upstream V8
targos 742f9ea
deps: cherry-pick b20faff from upstream V8
06c0358
deps: cherry-pick acc336c from upstream V8
e39f302
deps: cherry-pick 70c4340 from upstream V8
5069b2b
deps: cherry-pick 477df06 from upstream v8
devsnek f28be41
deps: cherry-pick 555c811 from upstream V8
addaleax e7ece11
deps: cherry-pick 2075910 from upstream V8
targos b30114c
deps: cherry-pick 907d7bc from upstream V8
targos 0d71635
deps: V8: Backport of 0dd3390 from upstream
jasnell ce8ba87
deps: cherry-pick 804a693 from upstream V8
ee334a1
test: fix scriptParsed event expectations
RReverser fd80317
test: update postmortem metadata test
cjihrig befa6b9
src: use modern v8::Platform worker threads APIs
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
src: use modern v8::Platform worker threads APIs
Precursor to removing deprecated APIs on the v8 side @ https://chromium-review.googlesource.com/c/v8/v8/+/1045310
- Loading branch information
commit befa6b912d81097008b663bca355a6bf818b33fd
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 we have to change this? @nodejs/trace-events
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.
It makes sense to change this to match the concept name actually used by V8, that is, 'WorkerThread'. However, things going to get really confusing since we also have
worker_threadsfrom #20876.One of these concepts needs to be renamed for sanity's sake. /cc @addaleax
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.
One option would be to use something like 'PlatformWorkerThread' here.