commit | 040fa06fb3dd1c2b32b99a47e927c7a69e2d62e0 | [log] [tgz] |
---|---|---|
author | Georg Neis <neis@chromium.org> | Wed Jun 28 18:46:29 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jun 28 19:14:56 2017 |
tree | 32a28b32d4897e041d361a82b4d36736cf16533e | |
parent | 0216361dc29b6316b9e3347caeffd244a1b47d72 [diff] |
[compiler] Delay generation of code stubs. Bug: v8:6048 Change-Id: I055f8207d0a32b7fa0fb95961f2e0f29d1c02569 Reviewed-on: https://chromium-review.googlesource.com/548078 Commit-Queue: Georg Neis <neis@chromium.org> Reviewed-by: Jaroslav Sevcik <jarin@chromium.org> Cr-Commit-Position: refs/heads/master@{#46300}
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.