Skip to content

Commit

Permalink
deps: update V8 to 9.3.345.16
Browse files Browse the repository at this point in the history
PR-URL: #39947
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
targos committed Sep 1, 2021
1 parent 61cc7c2 commit f43c292
Show file tree
Hide file tree
Showing 2,243 changed files with 67,345 additions and 37,118 deletions.
26 changes: 26 additions & 0 deletions deps/v8/.bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 2021 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# V8 bazel port only supports clang
build --action_env=BAZEL_COMPILER=clang
build --action_env=CC=clang
build --action_env=CXX=clang++
build --action_env=PATH

# V8 debug config
build:debug --compilation_mode=dbg
build:debug --config=v8_enable_debugging_features
build:debug --//:v8_enable_fast_mksnapshot
build:debug --//:v8_enable_backtrace

# v8_enable_debugging_features flags
build:v8_enable_debugging_features --//:v8_enable_verify_heap
build:v8_enable_debugging_features --//:v8_enable_object_print
build:v8_enable_debugging_features --//:v8_enable_disassembler
build:v8_enable_debugging_features --//:v8_enable_trace_maps
build:v8_enable_debugging_features --//:v8_enable_test_features
build:v8_enable_debugging_features --//:v8_enable_v8_checks
build:v8_enable_debugging_features --//:v8_code_comments
build:v8_enable_debugging_features --//:v8_enable_debug_code
build:v8_enable_debugging_features --//:v8_enable_snapshot_native_code_counters
6 changes: 5 additions & 1 deletion deps/v8/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
/test/benchmarks/data
/test/fuzzer/wasm_corpus
/test/fuzzer/wasm_corpus.tar.gz
!/test/mjsunit/tools/*.log
/test/mozilla/data
/test/test262/data
/test/test262/harness
Expand Down Expand Up @@ -111,7 +112,10 @@ turbo*.cfg
turbo*.dot
turbo*.json
v8.ignition_dispatches_table.json

bazel-bin
bazel-out
bazel-testlogs
bazel-v8
!/third_party/jinja2
!/third_party/markupsafe
!/third_party/zlib
Expand Down
14 changes: 14 additions & 0 deletions deps/v8/.mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2021 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# People change their names or email addresses for many reasons. This
# list makes sure people’s preferences are respected when using Git
# commands such as `git log` or `git blame`.
#
# See https://git-scm.com/docs/gitmailmap for more information.
#
# Please keep the list sorted.

Clemens Backes <[email protected]> Clemens Hammacher <[email protected]>
Timothy Gu <[email protected]> <[email protected]>
6 changes: 5 additions & 1 deletion deps/v8/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ Daniel Andersson <[email protected]>
Daniel Bevenius <[email protected]>
Daniel Dromboski <[email protected]>
Daniel James <[email protected]>
Darshan Sen <[email protected]>
David Carlier <[email protected]>
David Manouchehri <[email protected]>
Deepak Mohan <[email protected]>
Expand Down Expand Up @@ -127,6 +126,7 @@ Jay Freeman <[email protected]>
James Pike <[email protected]>
James M Snell <[email protected]>
Javad Amiri <[email protected]>
Jesper van den Ende <[email protected]>
Ji Qiu <[email protected]>
Jianghua Yang <[email protected]>
Jiawen Geng <[email protected]>
Expand Down Expand Up @@ -164,6 +164,7 @@ Michael Lutz <[email protected]>
Michael Mclaughlin <[email protected]>
Michael Smith <[email protected]>
Michaël Zasso <[email protected]>
Mihir Shah <[email protected]>
Mike Gilbert <[email protected]>
Mike Pennisi <[email protected]>
Mikhail Gusarov <[email protected]>
Expand Down Expand Up @@ -213,6 +214,7 @@ Seo Sanghyeon <[email protected]>
Shawn Anastasio <[email protected]>
Shawn Presser <[email protected]>
Stefan Penner <[email protected]>
Stephan Hartmann <[email protected]>
Stephen Belanger <[email protected]>
Sylvestre Ledru <[email protected]>
Taketoshi Aono <[email protected]>
Expand All @@ -229,6 +231,7 @@ Victor Costan <[email protected]>
Vlad Burlik <[email protected]>
Vladimir Krivosheev <[email protected]>
Vladimir Shutoff <[email protected]>
Wael Almattar <[email protected]>
Wei Wu <[email protected]>
Wenlu Wang <[email protected]>
Wenyu Zhao <[email protected]>
Expand All @@ -247,6 +250,7 @@ Yuri Iozzelli <[email protected]>
Zac Hansen <[email protected]>
Zeynep Cankara <[email protected]>
Zhao Jiazhong <[email protected]>
Zheng Liu <[email protected]>
Zhongping Wang <[email protected]>
柳荣一 <[email protected]>
Tianping Yang <[email protected]>
Expand Down
Loading

0 comments on commit f43c292

Please sign in to comment.