commit | 4656308147b12405037678b1ab192fb4f2437bbc | [log] [tgz] |
---|---|---|
author | ulan <ulan@chromium.org> | Thu May 21 18:23:30 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu May 21 18:23:14 2015 |
tree | ebd2b0d3674f71e94056e2836bbb5c88c7cccbce | |
parent | 3f162d416e32caad3f28006c213227bb0e945128 [diff] |
Pass GC flags to incremental marker and start incremental marking with reduce memory footprint in idle notification. BUG= Review URL: https://codereview.chromium.org/1156463002 Cr-Commit-Position: refs/heads/master@{#28567}
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/*