| commit | a4a2083f2dbb2c999d04f42393e8669b896e525a | [log] [tgz] | 
|---|---|---|
| author | Hannes Payer <hpayer@chromium.org> | Thu Apr 23 16:38:36 2015 | 
| committer | Hannes Payer <hpayer@chromium.org> | Thu Apr 23 16:38:26 2015 | 
| tree | c7a9ed9a255d833bc38210a69fdb2bd261ce36f1 | |
| parent | 4e2c3b2e093d1fd6b610b51f46b131c4bbdf8038 [diff] | 
Version 4.2.77.18 (cherry-pick) Merged 88e2d14c9038ec177bfa4295aabd9dd9e1d98ac8 Merged c96a2d3a742fe789af64387c4796d7aa0a5a494f Initialize idle old generation allocation limit in constructor. Use smaller heap growing factor in idle notification to start incremental marking when there is idle time >16ms. BUG=478082,chromium:477323 LOG=N R=rmcilory@chromium.org Review URL: https://codereview.chromium.org/1100743003 Cr-Commit-Position: refs/branch-heads/4.2@{#21} Cr-Branched-From: 3dfd929ea07487f2295553df397720d8d75d227c-refs/heads/4.2.77@{#2} Cr-Branched-From: e0110920d6f98f0ba2ac0d680f635ae3f094a04e-refs/heads/master@{#26757}
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 origingclient 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/*