Skip to content
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 8.8 #36139

Merged
merged 28 commits into from
Feb 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c7b3292
deps: update V8 to 8.8.278.17
targos Feb 11, 2021
8423898
build: reset embedder string to "-node.0"
targos Feb 11, 2021
5259d17
src: update NODE_MODULE_VERSION to 91
targos Nov 29, 2020
70171d1
deps: V8: un-cherry-pick bd019bd
refack Mar 27, 2019
732847f
deps: patch V8 to run on older XCode versions
ryzokuken Sep 14, 2019
e74383c
deps: V8: patch register-arm64.h
refack May 22, 2019
96a567f
deps: V8: forward declaration of `Rtl*FunctionTable`
refack May 22, 2019
246c9b8
deps: make v8.h compatible with VS2015
joaocgreis Nov 1, 2019
a785984
deps: V8: silence irrelevant warnings
targos Mar 27, 2019
153b8ce
deps: patch V8 to run on Xcode 8
mmarchini Mar 10, 2020
c8a658a
deps: fix V8 build issue with inline methods
gengjiawen Oct 14, 2020
b0d6742
deps: workaround stod() limitations on SmartOS
cjihrig Dec 8, 2020
c8e15cd
deps: V8: cherry-pick 821fb3883a8e
targos Nov 12, 2020
5c4be11
deps: V8: cherry-pick 86991d0587a1
bcoe Nov 25, 2020
5c71ea1
deps: V8: cherry-pick fbb28902e049
targos Dec 8, 2020
d178d07
deps: V8: cherry-pick 0b96e5b0bfb2
targos Jan 8, 2021
3046131
deps: V8: cherry-pick 9a712984025e
targos Jan 8, 2021
2dad8d4
deps: V8: cherry-pick bde7ee5473d6
targos Dec 8, 2020
a74b769
deps: V8: backport 4bf051d536a1
addaleax Dec 11, 2020
31a46f8
deps: V8: cherry-pick dfcdf7837e23
bcoe Dec 18, 2020
ee01d6b
deps: V8: cherry-pick 2059ee813359
targos Jan 12, 2021
00e1c7e
deps: V8: cherry-pick 9a6a22874c81
targos Jan 12, 2021
577ff9f
deps: V8: cherry-pick deb0813166f3
targos Jan 13, 2021
73e0245
deps: V8: cherry-pick fe191e8d05cc
bcoe Jan 16, 2021
530ef91
deps: V8: cherry-pick 0c8b6e415c30
matinzd Feb 8, 2021
79da253
tools: update V8 gypfiles for 8.8
targos Oct 18, 2020
896ae96
test: mark WASI's test-return-on-exit as flaky
cjihrig Jan 24, 2021
fa3997d
test: mark test-return-on-exit as flaky
targos Feb 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.25',
'v8_embedder_string': '-node.22',

##### V8 defaults for Node.js #####

Expand Down
1 change: 1 addition & 0 deletions deps/v8/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
.cproject
.gclient_entries
.gdb_history
.jslint-cache
.landmines
.project
.pydevproject
Expand Down
4 changes: 4 additions & 0 deletions deps/v8/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Bert Belder <[email protected]>
Burcu Dogan <[email protected]>
Caitlin Potter <[email protected]>
Craig Schlenter <[email protected]>
Charles Kerr <[email protected]>
Chengzhong Wu <[email protected]>
Choongwoo Han <[email protected]>
Chris Nardi <[email protected]>
Expand Down Expand Up @@ -117,6 +118,7 @@ Janusz Majnert <[email protected]>
Jay Freeman <[email protected]>
James Pike <[email protected]>
James M Snell <[email protected]>
Javad Amiri <[email protected]>
Jianghua Yang <[email protected]>
Jiawen Geng <[email protected]>
Jiaxun Yang <[email protected]>
Expand Down Expand Up @@ -185,6 +187,7 @@ Rob Wu <[email protected]>
Robert Meijer <[email protected]>
Robert Mustacchi <[email protected]>
Robert Nagy <[email protected]>
Robert O'Callahan <[email protected]>
Rong Wang <[email protected]>
Ross Kirsling <[email protected]>
Ruben Bridgewater <[email protected]>
Expand Down Expand Up @@ -225,3 +228,4 @@ Zhao Jiazhong <[email protected]>
Zhongping Wang <[email protected]>
柳荣一 <[email protected]>
Tianping Yang <[email protected]>
Takeshi Yoneda <[email protected]>
Loading