| commit | 0bf087482a5d64658c68a22705a6cdb2d594173e | [log] [tgz] |
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri Aug 31 22:33:24 2018 |
| committer | V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Fri Aug 31 22:33:33 2018 |
| tree | b77fdd12f7c9b7eea1c521cb1fd796e11b45e02a | |
| parent | 81fb59c638852b7519e3e1b053991a39b1e0cad7 [diff] |
Version 7.1.3 Performance and stability improvements on all platforms. TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng Change-Id: Id33a28475e289c76f370f38eef9dbb1b27c5669d Reviewed-on: https://chromium-review.googlesource.com/1199909 Reviewed-by: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/7.1.3@{#1} Cr-Branched-From: 81fb59c638852b7519e3e1b053991a39b1e0cad7-refs/heads/master@{#55565}
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.