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.6 #35415

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
05c8ef8
deps: update V8 to 8.6.395
targos Oct 15, 2020
a57e39a
build: reset embedder string to "-node.0"
targos Oct 15, 2020
973e411
src: update NODE_MODULE_VERSION to 88
targos Sep 29, 2020
44b5689
deps: V8: un-cherry-pick bd019bd
refack Mar 27, 2019
225ebf5
deps: patch V8 to run on older XCode versions
ryzokuken Sep 14, 2019
d7a9747
deps: V8: patch register-arm64.h
refack May 22, 2019
96c79fa
deps: V8: forward declaration of `Rtl*FunctionTable`
refack May 22, 2019
d92466a
deps: make v8.h compatible with VS2015
joaocgreis Nov 1, 2019
e04e842
deps: V8: silence irrelevant warnings
targos Mar 27, 2019
474690c
deps: patch V8 to run on Xcode 8
mmarchini Mar 10, 2020
8d57783
deps: update V8 postmortem metadata script
cjihrig Jul 4, 2020
b234368
deps: update V8 postmortem metadata script
cjihrig Sep 15, 2020
e3c8ba9
deps: fix platform-embedded-file-writer-win for ARM64
targos Oct 14, 2020
8f6c837
deps: fix V8 build issue with inline methods
gengjiawen Oct 14, 2020
956f949
deps: V8: cherry-pick 6be2f6e26e8d
targos Sep 29, 2020
3c11c7e
deps: V8: cherry-pick 717543bbf0ef
targos Sep 29, 2020
8e7f284
deps: V8: cherry-pick d76abfed3512
targos Oct 14, 2020
d06bb7d
deps: V8: cherry-pick 3176bfd447a9
addaleax Oct 12, 2020
67e998e
tools: update V8 gypfiles for 8.5
ryzokuken May 12, 2020
dbd425a
test: update tests after increasing typed array size to 4GB
ktran Jun 18, 2020
788046f
wasi: drop --experimental-wasm-bigint requirement
cjihrig Jul 22, 2020
b2ae455
tools: update V8 gypfiles for 8.6
ryzokuken Jul 4, 2020
2a0b88c
src: Implement NodePlatform::PostJob
backes Jul 21, 2020
725b750
process: update v8 fast api calls usage
MayaLekova Jul 23, 2020
ecc85de
tools: disable x86 safe exception handlers in V8
targos Oct 14, 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.15',

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

Expand Down
9 changes: 7 additions & 2 deletions deps/v8/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Cloudflare, Inc. <*@cloudflare.com>
Julia Computing, Inc. <*@juliacomputing.com>

Aaron Bieber <[email protected]>
Aaron O'Mullan <[email protected]>
Abdulla Kamar <[email protected]>
Adam Kallai <[email protected]>
Akinori MUSHA <[email protected]>
Expand Down Expand Up @@ -93,6 +94,7 @@ Filipe David Manana <[email protected]>
Franziska Hinkelmann <[email protected]>
Geoffrey Garside <[email protected]>
Gergely Nagy <[email protected]>
Gilang Mentari Hamidy <[email protected]>
Gus Caplan <[email protected]>
Gwang Yoon Hwang <[email protected]>
Hannu Trey <[email protected]>
Expand All @@ -118,6 +120,7 @@ Joel Stanley <[email protected]>
Johan Bergström <[email protected]>
Jonathan Liu <[email protected]>
Julien Brianceau <[email protected]>
Junha Park <[email protected]>
JunHo Seo <[email protected]>
Junming Huang <[email protected]>
Kang-Hao (Kenny) Lu <[email protected]>
Expand All @@ -131,6 +134,7 @@ Luke Zarko <[email protected]>
Maciej Małecki <[email protected]>
Marcin Cieślak <[email protected]>
Marcin Wiącek <[email protected]>
Martin Bidlingmaier <[email protected]>
Mateusz Czeladka <[email protected]>
Matheus Marchini <[email protected]>
Matheus Marchini <[email protected]>
Expand Down Expand Up @@ -196,6 +200,7 @@ Tobias Burnus <[email protected]>
Tobias Nießen <[email protected]>
Ujjwal Sharma <[email protected]>
Vadim Gorbachev <[email protected]>
Varun Varada <[email protected]>
Victor Costan <[email protected]>
Vlad Burlik <[email protected]>
Vladimir Krivosheev <[email protected]>
Expand All @@ -204,13 +209,13 @@ Wenlu Wang <[email protected]>
Wiktor Garbacz <[email protected]>
Wouter Vermeiren <[email protected]>
Xiaoyin Liu <[email protected]>
Yanbo Li <[email protected]>
Yannic Bonenberger <[email protected]>
Yong Wang <[email protected]>
Youfeng Hao <[email protected]>
Yu Yin <[email protected]>
Zac Hansen <[email protected]>
Zeynep Cankara <[email protected]>
Zhao Jiazhong <[email protected]>
Zhongping Wang <[email protected]>
柳荣一 <[email protected]>
Yanbo Li <[email protected]>
Gilang Mentari Hamidy <[email protected]>
Loading