Skip to content

Commit 2cc2951

Browse files
committed
deps: update V8 to 5.1.281.69
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/+/dc81244 [2] https://chromium.googlesource.com/chromium/src/base/trace_event/common/+/c8c8665 PR-URL: #7016 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent bbf3838 commit 2cc2951

File tree

1,487 files changed

+280129
-62497
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,487 files changed

+280129
-62497
lines changed

deps/v8/.ycm_extra_conf.py

+1-1
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

+2
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)