Skip to content

Commit abbad66

Browse files
committed
deps: update V8 to 5.1.281.75
Pick up the latest branch-head for V8 5.1. This branch brings in improved language support and performance improvements. For full details: http://v8project.blogspot.com/2016/04/v8-release-51.html * Picks up the latest branch head for 5.1 [1] * Edit v8 gitignore to allow trace_event copy * Update V8 DEP trace_event as per deps/v8/DEPS [2] [1] https://chromium.googlesource.com/v8/v8.git/+/5.1.281.75 [2] https://chromium.googlesource.com/chromium/src/base/trace_event/common/+/c8c8665 Introduces a semver-minor overload of v8::Function::New() for use by v8_inspector. PR-URL: #8054 Refs: #7016 Refs: #7586 Refs: #7615 Reviewed-By: addaleax - Anna Henningsen <[email protected]> Reviewed-By: thealphanerd - Myles Borins <[email protected]> Reviewed-By: mhdawson - Michael Dawson <[email protected]> Reviewed-By: evanlucas - Evan Lucas <[email protected]> Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
1 parent 92ecbc4 commit abbad66

File tree

1,482 files changed

+279466
-62437
lines changed

Some content is hidden

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

1,482 files changed

+279466
-62437
lines changed

deps/v8/.ycm_extra_conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# Flags from YCM's default config.
4343
flags = [
4444
'-DUSE_CLANG_COMPLETER',
45-
'-std=gnu++0x',
45+
'-std=gnu++11',
4646
'-x',
4747
'c++',
4848
]

deps/v8/AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Jianghua Yang <[email protected]>
7171
Joel Stanley <[email protected]>
7272
Johan Bergström <[email protected]>
7373
Jonathan Liu <[email protected]>
74+
Julien Brianceau <[email protected]>
7475
JunHo Seo <[email protected]>
7576
Kang-Hao (Kenny) Lu <[email protected]>
7677
Karl Skomski <[email protected]>
@@ -87,6 +88,7 @@ Michael Smith <[email protected]>
8788
Mike Gilbert <[email protected]>
8889
Mike Pennisi <[email protected]>
8990
Milton Chiang <[email protected]>
91+
Myeong-bo Shim <[email protected]>
9092
Nicolas Antonius Ernst Leopold Maria Kaiser <[email protected]>
9193
Paolo Giarrusso <[email protected]>
9294
Patrick Gansterer <[email protected]>

0 commit comments

Comments
 (0)