| commit | 2716b8d5a686b0a13e72ed2337e2830fe018ae9f | [log] [tgz] | 
|---|---|---|
| author | v8-autoroll <v8-autoroll@chromium.org> | Tue Dec 19 08:21:48 2017 | 
| committer | v8 autoroll <v8-autoroll@chromium.org> | Tue Dec 19 08:21:58 2017 | 
| tree | 968d11b3be0aba850cd0d6dc44c566149290295b | |
| parent | 6767c3dec27bbf7906e94fee177d21bfa974c734 [diff] | 
Version 6.5.78 Performance and stability improvements on all platforms. TBR=v8-autoroll@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng Change-Id: I09a1798d008a43e5067d5eb67b870d8f0380328c Reviewed-on: https://chromium-review.googlesource.com/832770 Reviewed-by: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/6.5.78@{#1} Cr-Branched-From: 6767c3dec27bbf7906e94fee177d21bfa974c734-refs/heads/master@{#50177}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://github.com/v8/v8/wiki
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8 and fetch all of its dependencies. To stay up to date, run
    git pull origin
    gclient sync
For fetching all branches, add the following into your remote configuration in .git/config:
    fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
    fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned on the V8 wiki.