Skip to content

Commit f43c292

Browse files
committed
deps: update V8 to 9.3.345.16
PR-URL: #39947 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
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 <clemensb@chromium.org> Clemens Hammacher <clemensh@chromium.org>
14+
Timothy Gu <timothygu@chromium.org> <timothygu99@gmail.com>

deps/v8/AUTHORS

+5-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ Daniel Andersson <kodandersson@gmail.com>
8686
Daniel Bevenius <daniel.bevenius@gmail.com>
8787
Daniel Dromboski <dandromb@gmail.com>
8888
Daniel James <dnljms@gmail.com>
89-
Darshan Sen <raisinten@gmail.com>
9089
David Carlier <devnexen@gmail.com>
9190
David Manouchehri <david@davidmanouchehri.com>
9291
Deepak Mohan <hop2deep@gmail.com>
@@ -127,6 +126,7 @@ Jay Freeman <saurik@saurik.com>
127126
James Pike <g00gle@chilon.net>
128127
James M Snell <jasnell@gmail.com>
129128
Javad Amiri <javad.amiri@anu.edu.au>
129+
Jesper van den Ende <jespertheend@gmail.com>
130130
Ji Qiu <qiuji@iscas.ac.cn>
131131
Jianghua Yang <jianghua.yjh@alibaba-inc.com>
132132
Jiawen Geng <technicalcute@gmail.com>
@@ -164,6 +164,7 @@ Michael Lutz <michi@icosahedron.de>
164164
Michael Mclaughlin <m8ch88l@gmail.com>
165165
Michael Smith <mike@w3.org>
166166
Michaël Zasso <mic.besace@gmail.com>
167+
Mihir Shah <mihirshah.11204@gmail.com>
167168
Mike Gilbert <floppymaster@gmail.com>
168169
Mike Pennisi <mike@mikepennisi.com>
169170
Mikhail Gusarov <dottedmag@dottedmag.net>
@@ -213,6 +214,7 @@ Seo Sanghyeon <sanxiyn@gmail.com>
213214
Shawn Anastasio <shawnanastasio@gmail.com>
214215
Shawn Presser <shawnpresser@gmail.com>
215216
Stefan Penner <stefan.penner@gmail.com>
217+
Stephan Hartmann <stha09@googlemail.com>
216218
Stephen Belanger <stephen.belanger@datadoghq.com>
217219
Sylvestre Ledru <sledru@mozilla.com>
218220
Taketoshi Aono <brn@b6n.ch>
@@ -229,6 +231,7 @@ Victor Costan <costan@gmail.com>
229231
Vlad Burlik <vladbph@gmail.com>
230232
Vladimir Krivosheev <develar@gmail.com>
231233
Vladimir Shutoff <vovan@shutoff.ru>
234+
Wael Almattar <waelsy123@gmail.com>
232235
Wei Wu <lazyparser@gmail.com>
233236
Wenlu Wang <kingwenlu@gmail.com>
234237
Wenyu Zhao <wenyu.zhao@anu.edu.au>
@@ -247,6 +250,7 @@ Yuri Iozzelli <yuri@leaningtech.com>
247250
Zac Hansen <xaxxon@gmail.com>
248251
Zeynep Cankara <zeynepcankara402@gmail.com>
249252
Zhao Jiazhong <kyslie3100@gmail.com>
253+
Zheng Liu <i6122f@gmail.com>
250254
Zhongping Wang <kewpie.w.zp@gmail.com>
251255
柳荣一 <admin@web-tinker.com>
252256
Tianping Yang <yangtianping@oppo.com>

0 commit comments

Comments
 (0)