commit | 19e1100c153f8eae142ce2ef059d6322f54d8116 | [log] [tgz] |
---|---|---|
author | Michael Achenbach <machenbach@chromium.org> | Tue Mar 13 14:04:27 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 15 12:50:57 2018 |
tree | ba4c30123cbee609a6bcd5bc597ebe602bc2cc6b | |
parent | 6ad63309ed535f318108cef31721d216e7baa3a5 [diff] |
[build] Don't generate snapshot.cc with external startup data Bug: v8:7441 Change-Id: I4dda34f22a1281c869fdf7b31108908f834ab30c Reviewed-on: https://chromium-review.googlesource.com/960034 Reviewed-by: Yang Guo <yangguo@chromium.org> Reviewed-by: Jakob Gruber <jgruber@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#51957}
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.