| commit | b7b0ee77529aa896ab61c1e15ad3e0a3c093dbc8 | [log] [tgz] |
|---|---|---|
| author | v8-autoroll <v8-autoroll@chromium.org> | Tue Sep 19 13:20:40 2017 |
| committer | v8 autoroll <v8-autoroll@chromium.org> | Tue Sep 19 13:20:56 2017 |
| tree | e796667ed78f04c5e1d0372e2ec0c3d2e5b318e5 | |
| parent | 2d75dd9bbbb28b2cc6c0b8eead22193776ee512b [diff] |
Version 6.3.180 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: I4307404d59b36a5fa678971a63f19cb7bf4cf9c2 Reviewed-on: https://chromium-review.googlesource.com/672603 Reviewed-by: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/6.3.180@{#1} Cr-Branched-From: 2d75dd9bbbb28b2cc6c0b8eead22193776ee512b-refs/heads/master@{#48080}
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.