commit | 65cd41e394366c82ee1035240d8ce3c4e5f06dd4 | [log] [tgz] |
---|---|---|
author | jochen <jochen@chromium.org> | Mon Jun 01 14:22:58 2015 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jun 01 14:23:07 2015 |
tree | ecd401757588c3ef35c48211934d39ff3e405b1f | |
parent | f91c54fa0bd899da24899d4e141b422f7076d062 [diff] |
Reland "Re-enable on-heap typed array allocation" R=mstarzinger@chromium.org BUG=v8:3996 LOG=y Review URL: https://codereview.chromium.org/1144143006 Cr-Commit-Position: refs/heads/master@{#28729}
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/*