| commit | a6639fb94b03e331030c746532c6b697cbb61752 | [log] [tgz] | 
|---|---|---|
| author | Michael Hablich <hablich@chromium.org> | Mon Nov 27 18:30:03 2017 | 
| committer | Michael Hablich <hablich@chromium.org> | Mon Nov 27 18:30:31 2017 | 
| tree | b69e83a75bd833f53dbe7cd80bbcc88a0476bdf1 | |
| parent | 9d906310e1e23b392cdcfa5eb230c211d98a5d46 [diff] | 
Version 6.4.373 Performance and stability improvements on all platforms. TBR=machenbach@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng Change-Id: I34640a5e08dd8800a74c2626b7679ed5e567cf5f Reviewed-on: https://chromium-review.googlesource.com/791170 Reviewed-by: Michael Hablich <hablich@chromium.org> Cr-Commit-Position: refs/heads/6.4.373@{#1} Cr-Branched-From: 9d906310e1e23b392cdcfa5eb230c211d98a5d46-refs/heads/master@{#49639}
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.