commit | 3ec141705090ef9c8f7971f07fbf8aa64a589f4e | [log] [tgz] |
---|---|---|
author | machenbach <machenbach@chromium.org> | Tue Feb 16 19:07:48 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Feb 16 19:07:57 2016 |
tree | 330349bba008f36a166c024c6c6c15e8e56e70f5 | |
parent | 5b2d1956eb0ce6ca76882c93a7b991bb4029584e [diff] |
[Swarming] Bundle gcmole tools. This enables downloading all gcmole dependencies from google storage on demand, controlled by a gyp flag "gcmole=1". This makes the analysis portable to any linux64 host. The archive contains a prebuilt clang in the needed version, the gcmole plugin and a lua binary. The tool can be run through a new wrapper that sets up the environment. This'll ease running it on swarming. BUG=chromium:535160 LOG=n Review URL: https://codereview.chromium.org/1703533002 Cr-Commit-Position: refs/heads/master@{#34046}
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.