| commit | 5fce56df63c561e27dd9965e8d2f3e98a2bccc27 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Jul 12 12:18:31 2018 | 
| committer | V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Thu Jul 12 12:18:38 2018 | 
| tree | 43c26710035ef1da981ea6f7d0424a8734310b30 | |
| parent | ae044d697f31a0614ab9098248ef64e37707a1f7 [diff] | 
Version 6.9.361 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: I1e055437290206990dc331fd28e8aebc55ea234f Reviewed-on: https://chromium-review.googlesource.com/1134876 Reviewed-by: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/6.9.361@{#1} Cr-Branched-From: ae044d697f31a0614ab9098248ef64e37707a1f7-refs/heads/master@{#54397}
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.