Skip to content

Commit f43c292

Browse files
committed
deps: update V8 to 9.3.345.16
PR-URL: #39947 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 61cc7c2 commit f43c292

File tree

2,243 files changed

+67345
-37118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,243 files changed

+67345
-37118
lines changed

deps/v8/.bazelrc

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Copyright 2021 the V8 project authors. All rights reserved.
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
4+
5+
# V8 bazel port only supports clang
6+
build --action_env=BAZEL_COMPILER=clang
7+
build --action_env=CC=clang
8+
build --action_env=CXX=clang++
9+
build --action_env=PATH
10+
11+
# V8 debug config
12+
build:debug --compilation_mode=dbg
13+
build:debug --config=v8_enable_debugging_features
14+
build:debug --//:v8_enable_fast_mksnapshot
15+
build:debug --//:v8_enable_backtrace
16+
17+
# v8_enable_debugging_features flags
18+
build:v8_enable_debugging_features --//:v8_enable_verify_heap
19+
build:v8_enable_debugging_features --//:v8_enable_object_print
20+
build:v8_enable_debugging_features --//:v8_enable_disassembler
21+
build:v8_enable_debugging_features --//:v8_enable_trace_maps
22+
build:v8_enable_debugging_features --//:v8_enable_test_features
23+
build:v8_enable_debugging_features --//:v8_enable_v8_checks
24+
build:v8_enable_debugging_features --//:v8_code_comments
25+
build:v8_enable_debugging_features --//:v8_enable_debug_code
26+
build:v8_enable_debugging_features --//:v8_enable_snapshot_native_code_counters

deps/v8/.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
/test/benchmarks/data
5252
/test/fuzzer/wasm_corpus
5353
/test/fuzzer/wasm_corpus.tar.gz
54+
!/test/mjsunit/tools/*.log
5455
/test/mozilla/data
5556
/test/test262/data
5657
/test/test262/harness
@@ -111,7 +112,10 @@ turbo*.cfg
111112
turbo*.dot
112113
turbo*.json
113114
v8.ignition_dispatches_table.json
114-
115+
bazel-bin
116+
bazel-out
117+
bazel-testlogs
118+
bazel-v8
115119
!/third_party/jinja2
116120
!/third_party/markupsafe
117121
!/third_party/zlib

deps/v8/.mailmap

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright 2021 the V8 project authors. All rights reserved.
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
4+
5+
# People change their names or email addresses for many reasons. This
6+
# list makes sure people’s preferences are respected when using Git
7+
# commands such as `git log` or `git blame`.
8+
#
9+
# See https://git-scm.com/docs/gitmailmap for more information.
10+
#
11+
# Please keep the list sorted.
12+
13+
Clemens Backes <[email protected]> Clemens Hammacher <[email protected]>
14+

deps/v8/AUTHORS

+5-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ Daniel Andersson <[email protected]>
8686
Daniel Bevenius <[email protected]>
8787
Daniel Dromboski <[email protected]>
8888
Daniel James <[email protected]>
89-
Darshan Sen <[email protected]>
9089
David Carlier <[email protected]>
9190
David Manouchehri <[email protected]>
9291
Deepak Mohan <[email protected]>
@@ -127,6 +126,7 @@ Jay Freeman <[email protected]>
127126
James Pike <[email protected]>
128127
James M Snell <[email protected]>
129128
Javad Amiri <[email protected]>
129+
Jesper van den Ende <[email protected]>
130130
131131
Jianghua Yang <[email protected]>
132132
Jiawen Geng <[email protected]>
@@ -164,6 +164,7 @@ Michael Lutz <[email protected]>
164164
Michael Mclaughlin <[email protected]>
165165
Michael Smith <[email protected]>
166166
Michaël Zasso <[email protected]>
167+
Mihir Shah <[email protected]>
167168
Mike Gilbert <[email protected]>
168169
Mike Pennisi <[email protected]>
169170
Mikhail Gusarov <[email protected]>
@@ -213,6 +214,7 @@ Seo Sanghyeon <[email protected]>
213214
Shawn Anastasio <[email protected]>
214215
Shawn Presser <[email protected]>
215216
Stefan Penner <[email protected]>
217+
Stephan Hartmann <[email protected]>
216218
Stephen Belanger <[email protected]>
217219
Sylvestre Ledru <[email protected]>
218220
Taketoshi Aono <[email protected]>
@@ -229,6 +231,7 @@ Victor Costan <[email protected]>
229231
Vlad Burlik <[email protected]>
230232
Vladimir Krivosheev <[email protected]>
231233
Vladimir Shutoff <[email protected]>
234+
Wael Almattar <[email protected]>
232235
233236
Wenlu Wang <[email protected]>
234237
Wenyu Zhao <[email protected]>
@@ -247,6 +250,7 @@ Yuri Iozzelli <[email protected]>
247250
Zac Hansen <[email protected]>
248251
Zeynep Cankara <[email protected]>
249252
Zhao Jiazhong <[email protected]>
253+
Zheng Liu <[email protected]>
250254
Zhongping Wang <[email protected]>
251255
柳荣一 <[email protected]>
252256
Tianping Yang <[email protected]>

0 commit comments

Comments
 (0)