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.5 #34337

Closed
wants to merge 28 commits into from
Closed
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
ce1823e
deps: update V8 to 8.5.210
targos Sep 7, 2020
a8633d2
build: reset embedder string to "-node.0"
targos Sep 7, 2020
54c70a4
src: update NODE_MODULE_VERSION to 88
targos Sep 7, 2020
bb7db67
deps: V8: un-cherry-pick bd019bd
refack Mar 27, 2019
85cc8e0
deps: patch V8 to run on older XCode versions
ryzokuken Sep 14, 2019
c07a11a
deps: V8: patch register-arm64.h
refack May 22, 2019
f16624d
deps: V8: forward declaration of `Rtl*FunctionTable`
refack May 22, 2019
3d310d0
deps: make v8.h compatible with VS2015
joaocgreis Nov 1, 2019
75ff275
deps: V8: silence irrelevant warnings
targos Mar 27, 2019
cbc39a6
deps: patch V8 to run on Xcode 8
mmarchini Mar 10, 2020
b0e014b
deps: update V8 postmortem metadata script
cjihrig Jul 4, 2020
9c0fc5b
deps: V8: cherry-pick 2d5017a0fc02
targos Jul 13, 2020
ed14532
deps: V8: cherry-pick 4ece1067855b
targos Aug 15, 2020
148a8fb
deps: V8: cherry-pick e06ace6b5cdb
addaleax Aug 7, 2020
65f6fa7
deps: V8: backport 3f071e3e7e15
Sep 3, 2020
9f6c30e
deps: V8: cherry-pick 6be2f6e26e8d
bcoe Sep 4, 2020
d7d6ad4
deps: V8: cherry-pick e996b743171f
targos Sep 7, 2020
7fe7b90
deps: V8: update postmortem metadata script
cjihrig Sep 15, 2020
f84fa05
tools: update V8 gypfiles for 8.5
ryzokuken May 12, 2020
2f9d8a3
test: update tests after increasing typed array size to 4GB
ktran Jun 18, 2020
7e3a2e4
wasi: drop --experimental-wasm-bigint requirement
cjihrig Jul 22, 2020
4f0d08c
[hack]: fix gyp for duplicate basename
targos Sep 7, 2020
e0558cf
testing arm64 gyp fix
targos Sep 18, 2020
e7e06e8
tools: use v8_current_cpu
targos Sep 26, 2020
915dad1
ugly try
targos Sep 26, 2020
fceae5a
add log
targos Sep 27, 2020
e390638
last try
targos Sep 27, 2020
d0d56fb
try fix
targos Sep 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion common.gypi
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.16',
'v8_embedder_string': '-node.15',

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

Expand Down
5 changes: 4 additions & 1 deletion deps/v8/AUTHORS
Expand Up @@ -118,6 +118,7 @@ Joel Stanley <joel@jms.id.au>
Johan Bergström <johan@bergstroem.nu>
Jonathan Liu <net147@gmail.com>
Julien Brianceau <jbriance@cisco.com>
Junha Park <jpark3@scu.edu>
JunHo Seo <sejunho@gmail.com>
Junming Huang <kiminghjm@gmail.com>
Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu>
Expand Down Expand Up @@ -196,6 +197,7 @@ Tobias Burnus <burnus@net-b.de>
Tobias Nießen <tniessen@tnie.de>
Ujjwal Sharma <usharma1998@gmail.com>
Vadim Gorbachev <bmsdave@gmail.com>
Varun Varada <varuncvarada@gmail.com>
Victor Costan <costan@gmail.com>
Vlad Burlik <vladbph@gmail.com>
Vladimir Krivosheev <develar@gmail.com>
Expand All @@ -213,4 +215,5 @@ Zhao Jiazhong <kyslie3100@gmail.com>
Zhongping Wang <kewpie.w.zp@gmail.com>
柳荣一 <admin@web-tinker.com>
Yanbo Li <lybvinci@gmail.com>
Gilang Mentari Hamidy <gilang@hamidy.net>
Gilang Mentari Hamidy <gilang@hamidy.net>
Zeynep Cankara <zeynepcankara402@gmail.com>