| commit | 6dd2e6dd8f91868480955bbd0cad162e02992854 | [log] [tgz] | 
|---|---|---|
| author | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Nov 19 11:25:05 2018 | 
| committer | v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> | Mon Nov 19 11:25:12 2018 | 
| tree | 2705789e6527f3d08a84963172a3b7be81c77af4 | |
| parent | ca34f4d0cc24e264dfc4e76e43c1a6b75ff2f218 [diff] | 
Version 7.2.381 Performance and stability improvements on all platforms. TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: I23b119760fd44ef8bf7e5b87d34276197acbdec9 Reviewed-on: https://chromium-review.googlesource.com/c/1341466 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/7.2.381@{#1} Cr-Branched-From: ca34f4d0cc24e264dfc4e76e43c1a6b75ff2f218-refs/heads/master@{#57594}
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.