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.7 #35700

Merged
merged 24 commits into from
Nov 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
48db20f
deps: update V8 to 8.7.220
targos Nov 13, 2020
98d1ae4
build: reset embedder string to "-node.0"
targos Nov 13, 2020
9d4d55b
src: update NODE_MODULE_VERSION to 90
targos Nov 13, 2020
c460f7a
deps: V8: un-cherry-pick bd019bd
refack Mar 27, 2019
5451975
deps: patch V8 to run on older XCode versions
ryzokuken Sep 14, 2019
703bf93
deps: V8: patch register-arm64.h
refack May 22, 2019
0c98864
deps: V8: forward declaration of `Rtl*FunctionTable`
refack May 22, 2019
bbc3f46
deps: make v8.h compatible with VS2015
joaocgreis Nov 1, 2019
f6a8454
deps: V8: silence irrelevant warnings
targos Mar 27, 2019
f4b4e21
deps: patch V8 to run on Xcode 8
mmarchini Mar 10, 2020
9ae7159
deps: update V8 postmortem metadata script
cjihrig Jul 4, 2020
bd5642d
deps: update V8 postmortem metadata script
cjihrig Sep 15, 2020
6200176
deps: fix V8 build issue with inline methods
gengjiawen Oct 14, 2020
f4fc099
deps: V8: cherry-pick d76abfed3512
targos Oct 14, 2020
0eb2528
deps: V8: cherry-pick 3176bfd447a9
addaleax Oct 12, 2020
cd91ab5
deps: V8: cherry-pick 7b3a27b7ae65
targos Oct 19, 2020
40b2fa4
deps: V8: cherry-pick 45e49775f5a3
targos Oct 21, 2020
59fe6e4
deps: cherry-pick 9a49b22 from V8 upstream
danbev Nov 3, 2020
15c91c6
deps: V8: cherry-pick 821fb3883a8e
targos Nov 12, 2020
25a2d98
deps: V8: cherry-pick 086eecbd96b6
oleavr Nov 6, 2020
6024fa5
deps: V8: cherry-pick 4e077ff0444a
oleavr Nov 6, 2020
b9ce4b4
deps: V8: cherry-pick 1d0f426311d4
oleavr Nov 6, 2020
6f9cbcf
src: fix v8 api deprecation
gengjiawen Sep 15, 2020
770d9e2
tools: update V8 gypfiles for 8.7
targos Sep 11, 2020
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.21',
'v8_embedder_string': '-node.19',

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

Expand Down
6 changes: 6 additions & 0 deletions deps/v8/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Code Aurora Forum <*@codeaurora.org>
Home Jinni Inc. <*@homejinni.com>
IBM Inc. <*@*.ibm.com>
IBM Inc. <*@ibm.com>
Red Hat Inc. <*@redhat.com>
Samsung <*@*.samsung.com>
Samsung <*@samsung.com>
Joyent, Inc <*@joyent.com>
Expand All @@ -40,6 +41,7 @@ Groupon <*@groupon.com>
Meteor Development Group <*@meteor.com>
Cloudflare, Inc. <*@cloudflare.com>
Julia Computing, Inc. <*@juliacomputing.com>
CodeWeavers, Inc. <*@codeweavers.com>

Aaron Bieber <deftly@gmail.com>
Aaron O'Mullan <aaron.omullan@gmail.com>
Expand Down Expand Up @@ -75,6 +77,7 @@ Choongwoo Han <cwhan.tunz@gmail.com>
Chris Nardi <hichris123@gmail.com>
Christopher A. Taylor <chris@gameclosure.com>
Colin Ihrig <cjihrig@gmail.com>
Cong Zuo <zckevinzc@gmail.com>
Daniel Andersson <kodandersson@gmail.com>
Daniel Bevenius <daniel.bevenius@gmail.com>
Daniel James <dnljms@gmail.com>
Expand Down Expand Up @@ -102,6 +105,7 @@ Henrique Ferreiro <henrique.ferreiro@gmail.com>
Hirofumi Mako <mkhrfm@gmail.com>
Honggyu Kim <honggyu.kp@gmail.com>
Huáng Jùnliàng <jlhwung@gmail.com>
HyeockJin Kim <kherootz@gmail.com>
Iain Ireland <iireland@mozilla.com>
Ingvar Stepanyan <me@rreverser.com>
Ioseb Dzmanashvili <ioseb.dzmanashvili@gmail.com>
Expand Down Expand Up @@ -132,6 +136,7 @@ Loo Rong Jie <loorongjie@gmail.com>
Luis Reis <luis.m.reis@gmail.com>
Luke Zarko <lukezarko@gmail.com>
Maciej Małecki <me@mmalecki.com>
Marcel Laverdet <marcel@laverdet.com>
Marcin Cieślak <saper@marcincieslak.com>
Marcin Wiącek <marcin@mwiacek.com>
Martin Bidlingmaier <martin.bidlingmaier@gmail.com>
Expand Down Expand Up @@ -219,3 +224,4 @@ Zeynep Cankara <zeynepcankara402@gmail.com>
Zhao Jiazhong <kyslie3100@gmail.com>
Zhongping Wang <kewpie.w.zp@gmail.com>
柳荣一 <admin@web-tinker.com>
Tianping Yang <yangtianping@oppo.com>
Loading