commit | f059762e7402308ee09b7303a688a11fb9445d8f | [log] [tgz] |
---|---|---|
author | chunyang.dai <chunyang.dai@intel.com> | Wed Sep 30 05:37:28 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 30 05:37:36 2015 |
tree | 57102b9c7e3772a52b3519cb581419cffabc7e31 | |
parent | f3c89267db0fc6120d95046c3ff35a35ca34614f [diff] |
X87: Introduce LiteralsArray to hide it's implementation. port d8cdd6956a04cfcf03159ef7802c44838eee3146 (r31000). original commit message: The LiteralsArray will soon hold a type feedback vector. Code treats it as an ordinary fixed array, and needs to stop that. BUG= Review URL: https://codereview.chromium.org/1378793003 Cr-Commit-Position: refs/heads/master@{#31015}
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://code.google.com/p/v8/
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.