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

[v15.x] deps: update V8 to 8.7 #36182

Closed
wants to merge 24 commits into from
Closed
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
6327cfe
deps: update V8 to 8.7.220
targos Nov 19, 2020
500ead2
build: reset embedder string to "-node.0"
targos Nov 19, 2020
ad8eed3
deps: V8: un-cherry-pick bd019bd
refack Mar 27, 2019
6da0120
deps: patch V8 to run on older XCode versions
ryzokuken Sep 14, 2019
3fac798
deps: V8: patch register-arm64.h
refack May 22, 2019
a79d681
deps: V8: forward declaration of `Rtl*FunctionTable`
refack May 22, 2019
60fb216
deps: make v8.h compatible with VS2015
joaocgreis Nov 1, 2019
dc721ee
deps: V8: silence irrelevant warnings
targos Mar 27, 2019
b4e1287
deps: patch V8 to run on Xcode 8
mmarchini Mar 10, 2020
cfd934f
deps: update V8 postmortem metadata script
cjihrig Jul 4, 2020
7f96548
deps: update V8 postmortem metadata script
cjihrig Sep 15, 2020
5e10ebb
deps: fix V8 build issue with inline methods
gengjiawen Oct 14, 2020
ed898f7
deps: V8: cherry-pick d76abfed3512
targos Oct 14, 2020
e262dab
deps: V8: cherry-pick 3176bfd447a9
addaleax Oct 12, 2020
6218c1c
deps: V8: cherry-pick 7b3a27b7ae65
targos Oct 19, 2020
685fbe2
deps: V8: cherry-pick 45e49775f5a3
targos Oct 21, 2020
1772fe1
deps: cherry-pick 9a49b22 from V8 upstream
danbev Nov 3, 2020
f4305dd
deps: V8: cherry-pick 821fb3883a8e
targos Nov 12, 2020
d074cfd
deps: V8: cherry-pick 086eecbd96b6
oleavr Nov 6, 2020
3e15799
deps: V8: cherry-pick 4e077ff0444a
oleavr Nov 6, 2020
de67931
deps: V8: cherry-pick 1d0f426311d4
oleavr Nov 6, 2020
685cb6e
src: fix v8 api deprecation
gengjiawen Sep 15, 2020
b7311fb
tools: update V8 gypfiles for 8.7
targos Sep 11, 2020
ad2fd53
deps: V8: restore compatibility with 8.6
targos Nov 19, 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.17',
'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